Iterates predecessor items of the specified item satisfying the specified dependency type condition in the Network Diagram related collection as NetworkDiagramItem objects.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

See Also