Reference |
The ReferenceVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Disable | Disables this variable from producing any output. When disabled, the Format method returns an empty string regardless of value comparison results. | |
| Enable | Enables this variable for output (default condition when variable is created). When enabled, the variable resumes normal output behavior based on reference comparison. | |
| Format | Formats the specified numeric value compared against a reference value and returns the formatted text string. Output is produced only when the value differs from the reference value beyond the format's tolerance threshold (determined by decimal precision and trim settings), or when Force is true. | |
| IsEnable | Gets a value indicating whether the variable is currently enabled for output. | |
| SetPrefix | Temporarily overrides the prefix text string for subsequent output operations. | |
| SetSuffix | Temporarily overrides the suffix text string for subsequent output operations. |