MindFusion.Wpf Pack Programmer's Guide
PathFinder.FindLongestPath Method (Int64)
See Also
 





Finds the longest path in the diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

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