Creates an integer data object of the specified type.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCData CreateIntegerOfType(
int value,
string typeName
)
Parameters
- value Int32
-
The integer value.
- typeName String
-
The type name.
Return Value
IFCData
The IFCData object.
Exceptions
See Also
Reference