Gets a value indicating whether the specified item is critical within the project consisting of all task event dependencies within the control.
Namespace:
DlhSoft.Web.Mvc.PertAssembly: DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool IsCritical( PertChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function IsCritical ( _ item As PertChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc.Pert..::.PertChartItem
The item to check.