Click or drag to resize

ModalVariable Interface

The ModalVariable object. It is used to control the output for Utility.CreateModal.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface ModalVariable

The ModalVariable type exposes the following members.

Properties
 NameDescription
Public propertyCurrentValue Gets the value currently stored in this variable
Public propertyForce Gets the flag indicating whether the variable is forced. The default is false.
Public propertyPrefix Gets and sets the prefix of the output value as a text string.
Public propertyShaper Gets and sets the Format(Double) object for the output of string.
Public propertySuffix Gets and sets the suffix of the output value as a text string.
Top
Methods
 NameDescription
Public methodFormat Returns the formatted text string representation of the number.
Public methodReset Forces the output of the formatted text string on the next call to format, overriding the rules for not outputting a value.
Top
See Also