Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
publicenumIFCDataPrimitiveType
Members
Member name
Value
Description
Integer
0
Integer.
Double
1
Double.
Boolean
2
Boolean.
Logical
3
IFCLogical type.
String
4
String.
Binary
5
Binary. When reading or writing an IFCData of primitive type Binary, the value will be the string representation of the binary value as seen in the IFC specification.
Enumeration
6
Enumeration. When reading or writing an IFCData of primitive type Enumeration, the value will be the string representation of the enumeration value as seen in the IFC specification.