Class TIfcPostalAddress

Unit

Declaration

type TIfcPostalAddress = class(TIfcAddress)

Description

Address for delivery of paper based mail and other postal deliveries.

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

Hierarchy

Overview

Methods

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

Properties

Published property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation;
Published property AddressLines: TCastleStringList read FAddressLines;
Published property PostalBox: TIfcLabel read FPostalBox write FPostalBox;
Published property Town: TIfcLabel read FTown write FTown;
Published property Region: TIfcLabel read FRegion write FRegion;
Published property PostalCode: TIfcLabel read FPostalCode write FPostalCode;
Published property Country: TIfcLabel read FCountry write FCountry;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation;

Internal location for the address.

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

Published property AddressLines: TCastleStringList read FAddressLines;

The postal address.

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

Published property PostalBox: TIfcLabel read FPostalBox write FPostalBox;

An address that is implied by an identifiable mail drop.

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

Published property Town: TIfcLabel read FTown write FTown;

The name of a town.

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

Published property Region: TIfcLabel read FRegion write FRegion;

The name of a region.

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

Published property PostalCode: TIfcLabel read FPostalCode write FPostalCode;

The code that is used by the country's postal service.

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

Published property Country: TIfcLabel read FCountry write FCountry;

An ISO 3166 2-digit country code.

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


Generated by PasDoc 0.17.0.snapshot.