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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1419).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcResourceLevelRelationship
- TIfcOrganizationRelationship
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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1424). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: 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: 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 1431). | |
Generated by PasDoc 0.17.0.snapshot.