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 of any dependency type).

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

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

See Also