Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent network shapes in the view).

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

Syntax

C#
IEnumerable<INetworkPredecessorItem> INetworkDiagramItem.Predecessors { get; }
Visual Basic (Declaration)
Private ReadOnly Property Predecessors As IEnumerable(Of INetworkPredecessorItem)
	Implements INetworkDiagramItem.Predecessors

Implements

INetworkDiagramItem..::.Predecessors

See Also