Finds the longest path in the diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Path FindLongestPath ( |
Visual Basic
Copy Code
|
|---|
Public Function FindLongestPath( _ |
The maximum duaration of the search process, in milliseconds.
The longest Path found; null (Nothing in Visual Basic) if no Path has been detected.
See Also