Interface IFunctions

Interface for executing calculation commands

Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
[Guid("F0594F84-29A0-4D1E-A80D-A2151FC5C080")]
public interface IFunctions

Methods

Name Description
AddSection()

Add a new variable section using the Tedds 'AddSection' 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"

Eval(string)

Returns the result of calculating an expression using the Tedds 'Eval' 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"

GetVar(string)

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

SetSection(int, string)

Set the active variable section using the Tedds 'SetSection' 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"

SetVar(string, object, string, string)

Assigns a value to the named variable using the Tedds 'SetVar' 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"

SetVarExpr(string, string, string)

Assigns an expression value to the named variable using the Tedds 'SetVar' 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"

VarExists(string)

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"

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next