Iterates predecessor items of the specified item in the PERT Chart related collection as PertChartItem objects.

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

Syntax

C#
public IEnumerable<PertChartItem> GetPredecessors(
	PertChartItem item
)
Visual Basic (Declaration)
Public Function GetPredecessors ( _
	item As PertChartItem _
) As IEnumerable(Of PertChartItem)

Parameters

item
Type: DlhSoft.Windows.Controls.Pert..::.PertChartItem
The item to iterate predecessors of.

Return Value

The predecessor items of the specified item as PertChartItem objects.

See Also