Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcMetricValueSelect

Definition from IAI: An IfcMetricValueSelect is a select type that enables selection of the data type for the value component of an IfcMetric.

HISTORY: New type in IFC Release 2.0

Select

EXPRESS specification:

TYPE IfcMetricValueSelect = SELECT
( IfcDateTimeSelect,
IfcMeasureWithUnit,
IfcTable,
IfcText,
IfcTimeSeries,
IfcCostValue);
END_TYPE;