Class TIfcRelDefinesByType
Unit
Declaration
type TIfcRelDefinesByType = class(TIfcRelDefines)
Description
Relationship between an object type and object occurrences.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRelDefinesByType.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDefines
- TIfcRelDefinesByType
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property RelatedObjects: TIfcObjectList read FRelatedObjects; |
![]() |
property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property RelatedObjects: TIfcObjectList read FRelatedObjects; |
This item has no description. |
![]() |
property RelatingType: TIfcTypeObject read FRelatingType write FRelatingType; |
Reference to the type (or style) information for that object or set of objects. |
Generated by PasDoc 0.16.0-snapshot.