IFunctionsVarExists Method |
Returns true if the named variable already exists using the Tedds 'VarExists' function.
For information on Tedds calculation functions, use Tedds for Word and refer to the Tedds engineering library index at
"Writing your own custom calculations\Calculation writing documentation\Tedds functions"
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 26.0.0.1
Syntax
Parameters
- name
- Type: SystemString
Name of the variable
Return Value
Type: Booleantrue if the variable already exists; otherwise false
See Also