Gets a value indicating whether the specified item is critical within the project consisting of all task dependencies within the control.
Namespace:
DlhSoft.Windows.Controls.Pert
Assembly:
DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
C# |
---|
bool IsCritical( NetworkDiagramItem item ) |
Visual Basic (Declaration) |
---|
Function IsCritical ( _ item As NetworkDiagramItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Windows.Controls.Pert..::.NetworkDiagramItem
The item to check.