Class TIfcTypeObject
Unit
Declaration
type TIfcTypeObject = class(TIfcObjectDefinition)
Description
Information about a type, common to all occurrences of this type.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcTypeObject
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence; |
|
property HasPropertySets: TIfcPropertySetDefinitionList read FHasPropertySets; |
|
property Types: TIfcRelDefinesByTypeList read FTypes; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property ApplicableOccurrence: TIfcIdentifier read FApplicableOccurrence write FApplicableOccurrence; |
|
Data type of the occurrence object, to which the assigned type object can relate. |
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. |
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.