IGlobalVariables Interface

Handles global variables in an estimate.
Public Interface IGlobalVariables
This language is not supported or no code example is available.
public interface IGlobalVariables
This language is not supported or no code example is available.
Methods
 
Name Description
Public method DeleteVariable(string) Deletes a global variable.
Public method GetGlobalVariableNames() Gets the names of all global variables.
Public method GetVariableInfo(string) Gets the complete info about a global variable.
Public method GetVariableValue(string) Gets the value of a global variable.
Public method Refresh() Refreshes (re-reads) all global variables.
Public method SetVariable(GlobalVariableInfo) Sets or creates a variable with specified details.
Public method SetVariableValue(string, object, GlobalVariableType) Sets the value of a global variable.
Top
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition