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


GetShortestPath Method (NGraph)
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)

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