Click or drag to resize

ReferenceVariable Methods

The ReferenceVariable type exposes the following members.

Methods
 NameDescription
Public methodDisable Disables this variable from producing any output. When disabled, the Format method returns an empty string regardless of value comparison results.
Public methodEnable Enables this variable for output (default condition when variable is created). When enabled, the variable resumes normal output behavior based on reference comparison.
Public methodFormat 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.
Public methodIsEnable Gets a value indicating whether the variable is currently enabled for output.
Public methodSetPrefix Temporarily overrides the prefix text string for subsequent output operations.
Public methodSetSuffix Temporarily overrides the suffix text string for subsequent output operations.
Top
See Also