Hold Property

Gets or sets a value that determines whether the graph is updated immediately upon a change of any property value, or only when the Update method is called.

Syntax

object.Hold [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables (FALSE) the Hold value.

Remarks

Set Hold to TRUE if you want to make changes to several property values without having the graph update until desired.

See Also

Update