Class TIfcRelDeclares
Unit
Declaration
type TIfcRelDeclares = class(TIfcRelationship)
Description
Declaration of objects (subtypes of IfcObject) or properties (subtypes of IfcPropertyDefinition) to a project or project library (represented by IfcProject, or IfcProjectLibrary).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDeclares
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext; |
|
property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext; |
|
Reference to the IfcProject to which additional information is assigned. |
property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions; |
|
Set of object or property definitions that are assigned to a context and to which the unit and representation context definitions of that context apply. |
Generated by PasDoc 0.16.0-snapshot.