Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDocumentStatusEnum

Definition from IAI: Enables selection of the status of document information from a list of choices.

HISTORY: New enumeration in IFC Release 2x.

EXPRESS specification:

TYPE IfcDocumentStatusEnum = ENUMERATION OF
( DRAFT,
FINALDRAFT,
FINAL,
REVISION,
NOTDEFINED);
END_TYPE;