ASP.NET Pack Programmer's Guide
PathFinder.FindLongestPath Method ()
See Also
 





Finds the longest path in the graph.

Namespace: MindFusion.Diagramming
Package: 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

FindLongestPath Method Overload List
PathFinder Members
PathFinder Class
MindFusion.Diagramming Namespace
FindAllPaths Method