Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcOutletTypeEnum

Definition from IAI: The IfcOutletTypeEnum defines the range of different types of outlet that can be specified.

HISTORY: New type in IFC 2x

Enumeration

Value Definition Pset
AUDIOVISUALOUTLET An outlet used for an audio or visual device (include TV, radio etc.) NO
COMMUNICATIONSOUTLET An outlet used for connecting communications equipment (telephones, data connections) NO
POWEROUTLET An outlet used for connecting electrical devices requiring power. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcOutletTypeEnum = ENUMERATION OF
( AUDIOVISUALOUTLET,
COMMUNICATIONSOUTLET,
POWEROUTLET,
USERDEFINED,
NOTDEFINED);
END_TYPE;