Nevron .NET Vision
Nevron.Diagram.DataStructures 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 NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NShapeGraphAdapter
    Dim edges As NNodeList
     
    instance.SortEdges(edges)
    protected virtual void SortEdges( 
       NNodeList edges
    )

    Parameters

    edges
    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