IFCDataPrimitiveType Enumeration

Used in operations to specify the primitive type of an IFCData.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum IFCDataPrimitiveType
Members
Member nameValueDescription
Integer0 Integer.
Double1 Double.
Boolean2 Boolean.
Logical3 IFCLogical type.
String4 String.
Binary5 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.
Enumeration6 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.
Instance7 Represents IFCAnyHandle.
Aggregate8 Represents IFCAggregate.
Unknown9 Unknown.
Number10 Number.
See Also