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;

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

QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/15775566.html