CreateDouble Method


Creates a double data object.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

C#
public static IFCData CreateDouble(
	double value
)
Visual Basic
Public Shared Function CreateDouble ( _
	value As Double _
) As IFCData
Visual C++
public:
static IFCData^ CreateDouble(
	double value
)

Parameters

value
Type: SystemDouble
The double value.

Return Value

The IFCData object.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →