RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCData

IFCData.CreateInteger

Method
Description:
Creates an integer data object.
Syntax
public static IFCData CreateInteger(
	int value
)
Parameters
Parameter Type Description
value Int32 The integer value.
Return Value
Type Description
IFCData The IFCData object.