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

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Controls.Pert..::.PredecessorItem
The predecessor item to check.

Return Value

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

Implements

IPertChartView..::.IsCritical(PredecessorItem)

See Also