Iterates successor items of the specified item in the PERT Chart related collection (i.e. those that have the specified item defined as a predecessor) 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> GetSuccessors(
	PertChartItem item
)
Visual Basic (Declaration)
Public Function GetSuccessors ( _
	item As PertChartItem _
) As IEnumerable(Of PertChartItem)

Parameters

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

Return Value

The successor items of the specified item as PertChartItem objects.

See Also