Iterates predecessor items of the specified item in the network diagram related collection as NetworkDiagramItem objects.

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

Syntax

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

Parameters

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

Return Value

The predecessor items of the specified item as NetworkDiagramItem objects.

See Also