Class TIfcRelAssociates
Unit
Declaration
type TIfcRelAssociates = class abstract(TIfcRelationship)
Description
This item has no description. Showing description inherited from TIfcRoot.
Most abstract and root class for all entity definitions.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRoot.htm
Note: GlobalId is defined in TIfcPersistent already, to support some testcases. Though IFC 4.3 specification says only IfcRoot has GlobalId.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelAssociates
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property RelatedObjects: TIfcDefinitionSelectList read FRelatedObjects; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property RelatedObjects: TIfcDefinitionSelectList read FRelatedObjects; |
|
Set of object or property definitions to which the external references or information is associated. |
Generated by PasDoc 0.16.0-snapshot.