Method GetVariables2
GetVariables2(VariableFormat, bool)
Returns the current Document and Calc Section variables in the specified data format
Declaration
string GetVariables2(VariableFormat format = VariableFormat.Xml, bool includeTemporaryVariables = false)
Parameters
| Type | Name | Description |
|---|---|---|
| VariableFormat | format | Format in which to return the variables, the default is XML |
| bool | includeTemporaryVariables | Determines whether to include temporary variables |
Returns
| Type | Description |
|---|---|
| string | A string which defines the variables and their associated values and attributes |