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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1494).
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1502). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1503). | |
Properties
![]() |
property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose; |
|
Logical location of the address. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1506). | |
![]() |
property Description: TIfcText read FDescription write FDescription; |
|
The nature of the address. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1509). | |
![]() |
property UserDefinedPurpose: TIfcLabel read FUserDefinedPurpose write FUserDefinedPurpose; |
|
Yser specific purpose of the address beyond the enumeration values provided by Purpose. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1513). | |
![]() |
property OfPerson: TIfcPersonList read FOfPerson; |
|
Inverse relationship to Person to whom address is associated. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1516). | |
![]() |
property OfOrganization: TIfcOrganizationList read FOfOrganization; |
|
Inverse relationship to Organization to whom address is associated. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1519). | |
Generated by PasDoc 0.17.0.snapshot.

