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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property Purpose: TIfcAddressTypeEnum read FPurpose write FPurpose;

Logical location of the address.

Published property Description: TIfcText read FDescription write FDescription;

The nature of the address.

Published property UserDefinedPurpose: TIfcLabel read FUserDefinedPurpose write FUserDefinedPurpose;

Yser specific purpose of the address beyond the enumeration values provided by Purpose.

Published property OfPerson: TIfcPersonList read FOfPerson;

Inverse relationship to Person to whom address is associated.

Published property OfOrganization: TIfcOrganizationList read FOfOrganization;

Inverse relationship to Organization to whom address is associated.


Generated by PasDoc 0.16.0-snapshot.