Class TIfcOrganizationRelationship

Unit

Declaration

type TIfcOrganizationRelationship = class(TIfcResourceLevelRelationship)

Description

Organization relationship.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization;
Published property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization;

Organization which is the relating part of the relationship between organizations.

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

Published property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations;

The other, possibly dependent, organizations which are the related parts of the relationship between organizations.

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


Generated by PasDoc 0.17.0.snapshot.