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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
- TIfcOrganizationRelationship
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization; |
|
property RelatedOrganizations: TIfcOrganizationList read FRelatedOrganizations; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property RelatingOrganization: TIfcOrganization read FRelatingOrganization write FRelatingOrganization; |
|
Organization which is the relating part of the relationship between organizations. |
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.