2025 Enumeration
Changes 4
E

IFCDataPrimitiveType

Description:
Used in operations to specify the primitive type of an IFCData.
public enum IFCDataPrimitiveType
Name Description
E Integer Integer.
E Double Double.
E Boolean Boolean.
E Logical IFCLogical type.
E String String.
E Binary 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.
E Enumeration 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.
E Instance Represents IFCAnyHandle.
E Aggregate Represents IFCAggregate.
E Unknown Unknown.
E Number Number.