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


In This Topic
    GetAccessibleShapes Method
    In This Topic
    Gets a list of the accessible shapes (e.g. NeighbourShapes + the accessible shapes of the neighbour shapes)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetAccessibleShapes( _
       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.GetAccessibleShapes(visitedShapes)
    public virtual NNodeList GetAccessibleShapes( 
       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