Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraph Class / GetSTOrdering Method
The s vertex.
The t vertex.


In This Topic
    GetSTOrdering Method
    In This Topic
    Finds st-ordering of a biconnected graph.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSTOrdering( _
       ByVal fromVertex As NGraphVertex, _
       ByVal toVertex As NGraphVertex _
    ) As NGraphVertexList
    'Usage
     
    
    Dim instance As NGraph
    Dim fromVertex As NGraphVertex
    Dim toVertex As NGraphVertex
    Dim value As NGraphVertexList
     
    value = instance.GetSTOrdering(fromVertex, toVertex)
    public virtual NGraphVertexList GetSTOrdering( 
       NGraphVertex fromVertex,
       NGraphVertex toVertex
    )

    Parameters

    fromVertex
    The s vertex.
    toVertex
    The t vertex.
    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