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).
Namespace:
DlhSoft.Windows.Controls.PertAssembly: 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.