Struct Ifc4::IfcAddressTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcAddressTypeEnum

Public Types

enum Value

Definition from IAI: Identifies the logical location of the address.

HISTORY New type in IFC Release 2x.

ENUMERATION

OFFICE An office address. SITE A site address. HOME A home address. DISTRIBUTIONPOINT A postal distribution point address. USERDEFINED A user defined address type to be provided.

Values:

enumerator IfcAddressType_OFFICE
enumerator IfcAddressType_SITE
enumerator IfcAddressType_HOME
enumerator IfcAddressType_DISTRIBUTIONPOINT
enumerator IfcAddressType_USERDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)