Class TIfcTypeObject

Unit

Declaration

type TIfcTypeObject = class(TIfcObjectDefinition)

Description

Information about a type, common to all occurrences of this type.

Hierarchy

Overview

Methods

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

Properties

Published property ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence;
Published property HasPropertySets: TIfcPropertySetDefinitionList read FHasPropertySets;
Published property Types: TIfcRelDefinesByTypeList read FTypes;

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 ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence;

Data type of the occurrence object, to which the assigned type object can relate.

Published property HasPropertySets: TIfcPropertySetDefinitionList read FHasPropertySets;

Set of unique property sets, that are associated with the object type and are common to all object occurrences referring to this object type.

Published property Types: TIfcRelDefinesByTypeList read FTypes;

Reference to the relationship IfcRelDefinesByType and thus to those occurrence objects, which are defined by this type.


Generated by PasDoc 0.16.0-snapshot.