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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext;
Published property RelatedDefinitions: TIfcDefinitionSelectList read FRelatedDefinitions;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property RelatingContext: TIfcContext read FRelatingContext write FRelatingContext;

Reference to the IfcProject to which additional information is assigned.

Published 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.