Returns false if the given node is either a CommentNode or a TitleNode.

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

Syntax

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

Return Value

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

Implements

ILayoutAlgorithmInfo..::.IsIncluded(IDiagramNode)

See Also