ICalcValueToDouble Method

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

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 26.0.0.1
Syntax
double ToDouble(
	[OptionalAttribute] string units
)

Parameters

units (Optional)
Type: SystemString
Units to use for the conversion, if omitted the value will be returned in base units.

Return Value

Type: Double
The objects numeric value in the specified units
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