ILayoutNode::SetRecalcDirty property

Data Type

bool

Description

Marks as clean/dirty for position recalculation.

Defined in: LayoutBase.h

Syntax

pNode-&gtSetRecalcDirty(bDirty[, bAncestorsDirty]);

Parameters

bDirty

Specifies whether this node needs a recalc operation to be performed.

bAncestorsDirty

Specifies whether the operations must be recursively applied to the node's ancestors. Default is false, meaning that the operation only has effect on this node.