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: 25.0.0.0
Syntax
bool VarExists(
	string name
)

Parameters

name
Type: SystemString
Name of the variable

Return Value

Type: Boolean
true if the variable already exists; otherwise false
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next