Iterates successor items of the specified item in the network diagram related collection (i.e. those that have the specified item defined as a predecessor) as NetworkPredecessorItem objects.

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

Syntax

C#
public IEnumerable<NetworkPredecessorItem> GetSuccessorPredecessorItems(
	NetworkDiagramItem item
)
Visual Basic (Declaration)
Public Function GetSuccessorPredecessorItems ( _
	item As NetworkDiagramItem _
) As IEnumerable(Of NetworkPredecessorItem)

Parameters

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

Return Value

The successor items of the specified item as PredecessorItem objects.

See Also