IFCData.AsDouble Method

Gets storage value as double when its PrimitiveType is double.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public double AsDouble()

Return Value

Double
The double value.

Exceptions

ExceptionCondition
InapplicableDataException The primitive type is not double.

See Also

Reference

IFCData Class
Autodesk.Revit.DB.IFC Namespace