Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraph Class / GetLongestPathLength Method


In This Topic
    GetLongestPathLength Method
    In This Topic
    Returns the longest path length between 2 vertices.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetLongestPathLength( _
       ByVal fromVertex As NGraphVertex, _
       ByVal toVertex As NGraphVertex _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NGraph
    Dim fromVertex As NGraphVertex
    Dim toVertex As NGraphVertex
    Dim value As System.Integer
     
    value = instance.GetLongestPathLength(fromVertex, toVertex)
    public virtual System.int GetLongestPathLength( 
       NGraphVertex fromVertex,
       NGraphVertex toVertex
    )

    Parameters

    fromVertex
    toVertex
    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