Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcSimpleValue

Definition from IAI: A select type for selecting between simple value types.

SELECT

HISTORY New type in IFC Release 2x.

EXPRESS specification:

TYPE IfcSimpleValue = SELECT
( IfcInteger,
IfcReal,
IfcBoolean,
IfcIdentifier,
IfcText,
IfcLabel,
IfcLogical);
END_TYPE;