Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayoutHelpers Class / tCnh<UCnh> Method


In This Topic
    tCnh<UCnh> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tCnh(Of UCnh As NGraphEdgeBodyBase)( _
       ByVal vCnh As NTreeGraphEdgeList _
    ) As UCnh()
    'Usage
     
    
    Dim vCnh As NTreeGraphEdgeList
    Dim value() As UCnh
     
    value = NLayoutHelpers.tCnh(Of UCnh)(vCnh)
    internal static UCnh[] tCnh<UCnh>( 
       NTreeGraphEdgeList vCnh
    )
    where UCnh: NGraphEdgeBodyBase

    Parameters

    vCnh

    Type Parameters

    UCnh
    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