DocumentNodeForEachNodeInSubTreeTNode Method

Spotfire 14.7 API Reference
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax

C#
public void ForEachNodeInSubTree<TNode>(
	Action<TNode> action
)
where TNode : class

Parameters

action
Type: SystemActionTNode
The action to apply.

Type Parameters

TNode
The type of the node.
Version Information

Supported in: 14.7, 14.6, 14.5
See Also

Reference