IfcActionRequestTypeEnum

IfcActionRequestTypeEnum

类型定义

IfcActionRequestTypeEnum定义了可通过其发出请求的源的类型。

IFC4中的增加新枚举。

 

Enumeration definition

ConstantDescription
EMAIL Request was made through email.
FAX Request was made through facsimile.
PHONE Request was made verbally over a telephone.
POST Request was made through postal mail.
VERBAL Request was made verbally in person.
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

 

 

 

 

 

 

 

 

 

EXPRESS Specification

TYPE IfcActionRequestTypeEnum = ENUMERATION OF (
 EMAIL,
 FAX,
 PHONE,
 POST,
 VERBAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

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

posted @ 2022-01-07 16:18  西北逍遥  阅读(31)  评论(0编辑  收藏  举报