Nevron .NET Vision
Nevron.Diagram Namespace / NRoutingManager Class / GetAllAutomaticRoutes Method / GetAllAutomaticRoutes(NShape) Method


In This Topic
    GetAllAutomaticRoutes(NShape) Method
    In This Topic
    Gets all automatic routes (1D Shapes, which implement the INRoutableShape interface) that need to be rerouted when the bounds of the specified shape have changed.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function GetAllAutomaticRoutes( _
       ByVal shape As NShape _
    ) As System.Collections.Generic.List(Of INRoutableShape)
    'Usage
     
    
    Dim instance As NRoutingManager
    Dim shape As NShape
    Dim value As System.Collections.Generic.List(Of INRoutableShape)
     
    value = instance.GetAllAutomaticRoutes(shape)
    protected virtual System.Collections.Generic.List<INRoutableShape> GetAllAutomaticRoutes( 
       NShape shape
    )

    Parameters

    shape
    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