CreateInteger Method


Creates an integer 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 CreateInteger(
	int value
)
Visual Basic
Public Shared Function CreateInteger ( _
	value As Integer _
) As IFCData
Visual C++
public:
static IFCData^ CreateInteger(
	int value
)

Parameters

value
Type: SystemInt32
The integer 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 →