Click or drag to resize

ModalVariableForce Property

Gets and sets a value indicating whether the variable forces output on every format call. When true, the formatted value is output even if it has not changed from the previous value; when false (default), output occurs only when the value changes. Force enables explicit modal group output.

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

Property Value

Boolean
See Also