ICalcValueToBool Method

Returns the objects value converted to a boolean. Only applicable for objects of type Number.

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 24.1.0.0
Syntax
bool ToBool()

Return Value

Type: Boolean
true if the object contains a non zero value; otherwise false
See Also