IfcCostItemTypeEnum
类型定义
IfcCostItemTypeEnum是可用成本项目类型的列表。
IFC4中增加的新枚举。
Enumeration definition
| Constant | Description |
|---|---|
| USERDEFINED | User-defined type. |
| NOTDEFINED | Undefined type. |
EXPRESS Specification
TYPE IfcCostItemTypeEnum = ENUMERATION OF (
USERDEFINED,
NOTDEFINED);
END_TYPE;
##############################