MindFusion.Scheduling for Silverlight Programmer's Guide
IProjectViewModel.FindCriticalPath Method
See Also
 





Finds the critical path in the project.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Silverlight Namespace