Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLineJumps Class / GetRoutableConnectorsBelow Method


In This Topic
    GetRoutableConnectorsBelow Method
    In This Topic
    Given a connector, gets the connectors, that are below the connector in the shape Z-Order
    Syntax
    'Declaration
     
    
    Public Overridable Function GetRoutableConnectorsBelow( _
       ByVal connector As NRoutableConnector _
    ) As NList(Of NRoutableConnector)
    'Usage
     
    
    Dim instance As NLineJumps
    Dim connector As NRoutableConnector
    Dim value As NList(Of NRoutableConnector)
     
    value = instance.GetRoutableConnectorsBelow(connector)
    public virtual NList<NRoutableConnector> GetRoutableConnectorsBelow( 
       NRoutableConnector connector
    )

    Parameters

    connector
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also