Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayoutHelpers Class / ldnh<Mdnh> Method


In This Topic
    ldnh<Mdnh> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub ldnh(Of Mdnh As NGraphPart)( _
       ByVal ndnh As NList(Of Mdnh), _
       ByVal Odnh As ENRoutableConnectorRerouteMode _
    ) 
    'Usage
     
    
    Dim ndnh As NList(Of Mdnh)
    Dim Odnh As ENRoutableConnectorRerouteMode
     
    NLayoutHelpers.ldnh(Of Mdnh)(ndnh, Odnh)
    internal static void ldnh<Mdnh>( 
       NList<Mdnh> ndnh,
       ENRoutableConnectorRerouteMode Odnh
    )
    where Mdnh: NGraphPart

    Parameters

    ndnh
    Odnh

    Type Parameters

    Mdnh
    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