Method GetVariables
GetVariables(VariableFormat)
Returns all the variables defined in the calculator excluding temporary variables
Declaration
string GetVariables(VariableFormat format = VariableFormat.Xml)
Parameters
| Type | Name | Description |
|---|---|---|
| VariableFormat | format | Format in which to return the variables, the default is XML |
Returns
| Type | Description |
|---|---|
| string | A string which defines the variables and their associated values and attributes. Temporary variables are excluded, if you require the temporary variables use GetVariables2 |