Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NShapeGraphAdapter Class / SortEdges Method


In This Topic
    SortEdges Method
    In This Topic
    Sorts the specified list of edges.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SortEdges( _
       ByVal edges As NList(Of NShape) _
    ) 
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim edges As NList(Of NShape)
     
    instance.SortEdges(edges)
    protected virtual void SortEdges( 
       NList<NShape> edges
    )

    Parameters

    edges
    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