IfcAddressTypeEnum
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.
EXPRESS specification:
|
TYPE IfcAddressTypeEnum = ENUMERATION OF
|
|
(
|
OFFICE, SITE, HOME, DISTRIBUTIONPOINT, USERDEFINED);
|
|
|