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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose;
Published property Description: TIfcText read FDescription write FDescription;
Published property UserDefinedPurpose: TIfcLabel read FUserDefinedPurpose write FUserDefinedPurpose;
Published property OfPerson: TIfcPersonList read FOfPerson;
Published property OfOrganization: TIfcOrganizationList read FOfOrganization;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1502).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1503).

Properties

Published property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose;

Logical location of the address.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1506).

Published property Description: TIfcText read FDescription write FDescription;

The nature of the address.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1509).

Published 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).

Published 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).

Published 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.