Nevron.Diagram.DataStructures Namespace / NGraph Class / GetShortestPath Method


In This Topic
    GetShortestPath Method (NGraph)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetShortestPath( _
       ByVal startVertex As NGraphVertex, _
       ByVal endVertex As NGraphVertex _
    ) As NGraphVertexList
    'Usage
     
    
    Dim instance As NGraph
    Dim startVertex As NGraphVertex
    Dim endVertex As NGraphVertex
    Dim value As NGraphVertexList
     
    value = instance.GetShortestPath(startVertex, endVertex)
    public virtual NGraphVertexList GetShortestPath( 
       NGraphVertex startVertex,
       NGraphVertex endVertex
    )

    Parameters

    startVertex
    endVertex
    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