Gets a value indicating whether the specified predecessor item is critical within the project consisting of all task dependencies within the control.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public bool IsCritical(
	NetworkPredecessorItem item
)
Visual Basic (Declaration)
Public Function IsCritical ( _
	item As NetworkPredecessorItem _
) As Boolean

Parameters

item
Type: DlhSoft.Web.UI.WebControls.Pert..::.NetworkPredecessorItem
The predecessor item to check.

Return Value

A value indicating whether the specified predecessor item is critical within the project consisting of all task dependencies within the control.

See Also