TYPE IfcStateEnum

(* SCHEMA IFC4; *)
TYPE IfcStateEnum = ENUMERATION OF
	(LOCKED
	,READONLY
	,READONLYLOCKED
	,READWRITE
	,READWRITELOCKED);
END_TYPE;

Referenced By

Defintion IfcStateEnum is references by the following definitions:
DefinitionType
 IfcOwnerHistory ENTITY
 IfcSimplePropertyTemplate ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00