Click or drag to resize

ModalVariableForce Property

Gets the flag indicating whether the variable is forced. The default is false.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
bool Force { get; set; }

Return Value

Boolean
True if the variable is enabled and forces the formatting of the value even if it does not change from the previous value, or false if it is not forced.
See Also