Returns whether or not the given node is to be modified by the layout algorithm. This is so certain diagram types can specify that nodes such as comments or titles should be ignored.

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

Syntax

C#
bool IsIncluded(
	IDiagramNode node
)
Visual Basic (Declaration)
Function IsIncluded ( _
	node As IDiagramNode _
) As Boolean

Return Value

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

See Also