Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NShortestPathDijkstra Class / GetShortestPath Method


In This Topic
    GetShortestPath Method (NShortestPathDijkstra)
    In This Topic
    Performs the Dijkstra algorithm on the data provided when the NShortestPathDijkstra object was instantiated.
    Overload List
    OverloadDescription
    Performs the Dijkstra algorithm on the data provided when the NShortestPathDijkstra object was instantiated.  
    Uses Dijkstra's algorithm to find the shortest path from one node to another (including them both). Returns an empty array if the nodes are not connected.  
    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