Finds the longest path in the graph.
Namespace: MindFusion.Diagramming
Assembly: 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 if there are no DiagramNode elements in the graph.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |