Enumerates items of the critical path determined considering Program Evaluation and Review Technique (PERT).

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

Syntax

C#
public IEnumerable<GanttChartItem> GetPertCriticalItems()
Visual Basic (Declaration)
Public Function GetPertCriticalItems As IEnumerable(Of GanttChartItem)

See Also