ICalculatorGetVariables2 Method |
Returns the current Document and Calc Section variables in the specified data format
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
string GetVariables2( VariableFormat format = VariableFormat.Xml, bool includeTemporaryVariables = false )
Parameters
- format (Optional)
- Type: Tekla.Structural.InteropAssemblies.TeddsCalcVariableFormat
Format in which to return the variables, the default is XML - includeTemporaryVariables (Optional)
- Type: SystemBoolean
Determines whether to include temporary variables
Return Value
Type: StringA string which defines the variables and their associated values and attributes
See Also