IFunctionsGetVar Method

Returns the value of a named variable using the Tedds 'GetVar' function

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 24.1.0.0
Syntax
ICalcValue GetVar(
	string name
)

Parameters

name
Type: SystemString
Name of the variable

Return Value

Type: ICalcValue
Variables value
See Also