Class TIfcExtendedProperties
Unit
Declaration
type TIfcExtendedProperties = class(TIfcPropertyAbstraction)
Description
Abstract supertype of all extensible property collections that are applicable to certain characterized entities.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5293).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPropertyAbstraction
- TIfcExtendedProperties
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property Name: TIfcIdentifier read FName write FName; |
| Published | property Description: TIfcText read FDescription write FDescription; |
| Published | property Properties: TIfcPropertyList read FProperties; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5299). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5300). | |
Properties
| Published | property Name: TIfcIdentifier read FName write FName; |
|
The name given to the set of properties. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5303). | |
| Published | property Description: TIfcText read FDescription write FDescription; |
|
Description for the set of properties. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5306). | |
| Published | property Properties: TIfcPropertyList read FProperties; |
|
The set of properties provided for this extended property collection. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5309). | |
Generated by PasDoc 0.17.0.snapshot.