Overload | Description |
---|---|
VariableReference Constructor() | Default Constructor |
VariableReference Constructor(String,Boolean) | Initializes a variable reference from a variable name and sets whether the name is relative or not. |
VariableReference Constructor(String,Int32,Boolean) | Initializes a variable reference from a variable name and variable ID and sets whether the name is relative or not. variableID values |
VariableReference Constructor(Variable,Boolean) | Initializes a variable reference from a variable object and sets whether the name is relative or not. |