Returns whether or not the given IDiagramNode should be affected by this layout algorithm.

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 bool IsIncluded(
	IDiagramNode node
)
Visual Basic (Declaration)
Protected Function IsIncluded ( _
	node As IDiagramNode _
) As Boolean

Return Value

True if the given node should be affected by this layout algorithm. False otherwise.

See Also