Finds the longest path in the graph.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |