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