Returns a list of 'start nodes' based on the number of inbound connections on each node.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected IList<IDiagramNode> GetStartNodes(
	IDiagramModel model
)
Visual Basic (Declaration)
Protected Function GetStartNodes ( _
	model As IDiagramModel _
) As IList(Of IDiagramNode)

Return Value

A list of start nodes within the given model.

See Also