Class TIfcTelecomAddress

Unit

Declaration

type TIfcTelecomAddress = class(TIfcAddress)

Description

Address to which telephone, electronic mail and other forms of telecommunications should be addressed.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTelecomAddress.htm

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

Hierarchy

Overview

Methods

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

Properties

Published property TelephoneNumbers: TCastleStringList read FTelephoneNumbers;
Published property FacsimileNumbers: TCastleStringList read FFacsimileNumbers;
Published property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber;
Published property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses;
Published property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL;
Published property MessagingIDs: TCastleStringList read FMessagingIDs;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property TelephoneNumbers: TCastleStringList read FTelephoneNumbers;

The list of telephone numbers at which telephone messages may be received.

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

Published property FacsimileNumbers: TCastleStringList read FFacsimileNumbers;

The list of fax numbers at which fax messages may be received.

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

Published property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber;

The pager number at which paging messages may be received.

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

Published property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses;

The list of Email addresses at which Email messages may be received.

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

Published property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL;

The world wide web address at which the preliminary page of information for the person or organization can be located.

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

Published property MessagingIDs: TCastleStringList read FMessagingIDs;

IDs or addresses for any other means of telecommunication, for example instant messaging, voice-over-IP, or file transfer protocols. The communication protocol is indicated by the URI value with scheme designations such as irc:, sip:, or ftp:.

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


Generated by PasDoc 0.17.0.snapshot.