Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / GetPredecessorShapes Method
table with visited shapes


In This Topic
    GetPredecessorShapes Method
    In This Topic
    Gets a list of the predecessor shapes (e.g. SourceShapes + the predecessor shapes of the source shapes)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetPredecessorShapes( _
       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.GetPredecessorShapes(visitedShapes)
    public virtual NNodeList GetPredecessorShapes( 
       System.Collections.Hashtable visitedShapes
    )

    Parameters

    visitedShapes
    table with visited shapes

    Return Value

    list of predecessor 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