Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / GetSuccessorShapes Method


In This Topic
    GetSuccessorShapes Method
    In This Topic
    Gets a list of the successor shapes (e.g. DestinationShapes + the successor shapes of the destination shapes)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSuccessorShapes( _
       ByVal visitedShapes As System.Collections.Hashtable _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NShape
    Dim visitedShapes As System.Collections.Hashtable
    Dim value As NNodeList
     
    value = instance.GetSuccessorShapes(visitedShapes)
    public virtual NNodeList GetSuccessorShapes( 
       System.Collections.Hashtable visitedShapes
    )

    Parameters

    visitedShapes

    Return Value

    list of successor shapes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also