Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcObjectReferenceSelect

Definition from IAI: A select type, that holds a list of resource level entities that can be used as properties within a property set.

HISTORY: New select type in IFC Release 2.0.

EXPRESS specification:

TYPE IfcObjectReferenceSelect = SELECT
( IfcMaterial,
IfcPerson,
IfcDateAndTime,
IfcMaterialList,
IfcOrganization,
IfcCalendarDate,
IfcLocalTime,
IfcPersonAndOrganization,
IfcMaterialLayer,
IfcExternalReference,
IfcTimeSeries,
IfcAddress,
IfcAppliedValue);
END_TYPE;