Class TIfcAddress
Unit
Declaration
type TIfcAddress = class abstract(TIfcPersistent)
Description
Various kinds of postal and telecom addresses.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcAddress.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcAddress
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose; |
|
property Description: TIfcText read FDescription write FDescription; |
|
property UserDefinedPurpose: TIfcLabel read FUserDefinedPurpose write FUserDefinedPurpose; |
|
property OfPerson: TIfcPersonList read FOfPerson; |
|
property OfOrganization: TIfcOrganizationList read FOfOrganization; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose; |
|
Logical location of the address. |
property Description: TIfcText read FDescription write FDescription; |
|
The nature of the address. |
property UserDefinedPurpose: TIfcLabel read FUserDefinedPurpose write FUserDefinedPurpose; |
|
Yser specific purpose of the address beyond the enumeration values provided by Purpose. |
property OfPerson: TIfcPersonList read FOfPerson; |
|
Inverse relationship to Person to whom address is associated. |
property OfOrganization: TIfcOrganizationList read FOfOrganization; |
|
Inverse relationship to Organization to whom address is associated. |
Generated by PasDoc 0.16.0-snapshot.