Click or drag to resize

SimpleVariableForce Property

Gets and sets a value indicating whether the variable forces output on every format call. When true, the formatted value is output; when false (default), the variable respects normal output rules. Force enables unconditional output regardless of state or conditions.

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

Property Value

Boolean
See Also