Search
PathFinder.FindLongestPath Method ()
See Also
 





Finds the longest path in the graph.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Path FindLongestPath ()

Visual Basic  Copy Code

Public Function FindLongestPath () As Path

 Return Value

A Path instance that represents the longest path found; null (Nothing in Visual Basic) if there are no DiagramNode elements in the graph.

 See Also