Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcFlowMeterTypeEnum

Definition from IAI: This enumeration defines various types of flow meter:

HISTORY: New enumeration in IFC 2x2

EXPRESS specification:

TYPE IfcFlowMeterTypeEnum = ENUMERATION OF
( ELECTRICMETER,
ENERGYMETER,
FLOWMETER,
GASMETER,
OILMETER,
WATERMETER,
USERDEFINED,
NOTDEFINED);
END_TYPE;