Click or drag to resize

ReferenceVariable Interface

Represents the SimpleVariable object. It is used to control the output for Utility.CreateReference.

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

The ReferenceVariable type exposes the following members.

Properties
 NameDescription
Public propertyForce Gets and sets 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, 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 methodDisable Disables this variable from being output.
Public methodEnable Enables this variable for output. This is the default condition when the variable is created.
Public methodFormat Returns the formatted text string representation of the number.
Public methodIsEnable Gets the flag indicating whether the variable is enabled.
Public methodSetPrefix Overrides the prefix of the output value as a text string.
Public methodSetSuffix Overrides the suffix of the output value as a text string.
Top
See Also