ICalcValueIsDimensionless Property

Returns whether the units of a numeric object has dimensions. Only applicable for objects of type Number.

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
bool IsDimensionless { get; }

Property Value

Type: Boolean
true if the object has dimensions; otherwise false
See Also