IFCDataPrimitiveType Enumeration

IFCDataPrimitiveType Enumeration

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

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