Namespace:
Autodesk.Revit.DB.IFC
IFCDataPrimitiveType
Enumeration
Description:
Used in operations to specify the primitive type of an IFCData.
Used in operations to specify the primitive type of an IFCData.
IFCDataPrimitiveType Enumeration Members:
Name | Description |
---|---|
0 | Integer. |
1 | Double. |
2 | Boolean. |
3 | IFCLogical type. |
4 | String. |
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. |
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. |
7 | Represents IFCAnyHandle. |
8 | Represents IFCAggregate. |
9 | Unknown. |
10 | Number. |