Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPropertySourceEnum

Definition from IAI: This enumeration is used to qualify the life-cycle or design state of the properties contained in the entity and contains the following:

HISTORY: New enumeration in IFC 2x2.

EXPRESS specification:

TYPE IfcPropertySourceEnum = ENUMERATION OF
( DESIGN,
DESIGNMAXIMUM,
DESIGNMINIMUM,
SIMULATED,
ASBUILT,
COMMISSIONING,
MEASURED,
USERDEFINED,
NOTKNOWN);
END_TYPE;