Finds the longest path in the graph.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Path FindLongestPath () |
Visual Basic Copy Code |
---|
Public Function FindLongestPath () As Path |
A Path instance that represents the longest path found; null (Nothing in Visual Basic) if there are no DiagramNode elements in the graph.