Class TIfcObject

Unit

Declaration

type TIfcObject = class abstract(TIfcObjectDefinition)

Description

Any semantically treated thing or process.

Hierarchy

Overview

Methods

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

Properties

Published property ObjectType: TIfcLabel read FObjectType write FObjectType;
Published property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy;
Published property Declares: TIfcRelDefinesByObjectList read FDeclares;
Published property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy;
Published property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy;

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 ObjectType: TIfcLabel read FObjectType write FObjectType;

The type denotes a particular type that indicates the object further.

Published property IsDeclaredBy: TIfcRelDefinesByObjectList read FIsDeclaredBy;

Link to the relationship object pointing to the declaring object that provides the object definitions for this object occurrence.

Published property Declares: TIfcRelDefinesByObjectList read FDeclares;

Link to the relationship object pointing to the reflected object(s) that receives the object definitions.

Published property IsTypedBy: TIfcRelDefinesByTypeList read FIsTypedBy;

Set of relationships to the object type that provides the type definitions for this object occurrence.

Published property IsDefinedBy: TIfcRelDefinesByPropertiesList read FIsDefinedBy;

Set of relationships to property set definitions attached to this object.


Generated by PasDoc 0.16.0-snapshot.