Search
IProjectViewModel.FindCriticalPath Method
See Also
 





Finds the critical path in the project.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

IEnumerable<Object> FindCriticalPath ()

Visual Basic  Copy Code

Function FindCriticalPath () As IEnumerable(Of Object)

 Return Value

An enumerable of IActivityViewModel and IDependencyViewModel objects representing the found path, or null (Nothing in Visual Basic), if the path could not be found.

 See Also