Search
PathFinder.findLongestPath Method
See Also
 

 Overload List

Name Description

PathFinder.findLongestPath ()

Finds the longest path in the graph.

PathFinder.findLongestPath (DiagramNode, DiagramNode)

Finds the longest path between the specified DiagramNode objects.

PathFinder.findLongestPath (long)

Finds the longest path in the diagram. The time limit specifies the maximal duration of the search process in milliseconds.

 See Also