其他分享
首页 > 其他分享> > IfcCostItemTypeEnum

IfcCostItemTypeEnum

作者:互联网

IfcCostItemTypeEnum

类型定义

IfcCostItemTypeEnum是可用成本项目类型的列表。

 

IFC4中增加的新枚举。

 

 

Enumeration definition

ConstantDescription
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

 

 

 

 

EXPRESS Specification

TYPE IfcCostItemTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

##############################

标签:USERDEFINED,defined,type,NOTDEFINED,IfcCostItemTypeEnum,TYPE
来源: https://www.cnblogs.com/herd/p/15778344.html