IFunctionsEval Method

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"

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
ICalcValue Eval(
	string Expression
)

Parameters

Expression
Type: SystemString
Expression to calculate

Return Value

Type: ICalcValue
Result of expression
See Also