Finds the critical path in the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
IEnumerable<Object> FindCriticalPath () |
Visual Basic
Copy Code
|
|---|
Function FindCriticalPath () As IEnumerable(Of Object) |
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