Search
PathFinder.FindLongestPath Method (Int64)
See Also
 





Finds the longest path in the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Path FindLongestPath (
    long timeLimit
)

Visual Basic  Copy Code

Public Function FindLongestPath( _
    timeLimit As Long _
) As Path

 Parameters

timeLimit
The maximum duration of the search process, in milliseconds.

 Return Value

The longest Path found; null (Nothing in Visual Basic) if no Path has been detected.

 See Also