Class TIfcOrganizationRelationship

Unit

Declaration

type TIfcOrganizationRelationship = class(TIfcResourceLevelRelationship)

Description

Organization relationship.

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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization;

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

Published property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations;

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


Generated by PasDoc 0.16.0-snapshot.