Class TIfcExtendedProperties
Unit
Declaration
type TIfcExtendedProperties = class(TIfcPropertyAbstraction)
Description
Abstract supertype of all extensible property collections that are applicable to certain characterized entities.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPropertyAbstraction
- TIfcExtendedProperties
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Name: TIfcIdentifier read FName write FName; |
![]() |
property Description: TIfcText read FDescription write FDescription; |
![]() |
property Properties: TIfcPropertyList read FProperties; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property Name: TIfcIdentifier read FName write FName; |
The name given to the set of properties. |
![]() |
property Description: TIfcText read FDescription write FDescription; |
Description for the set of properties. |
![]() |
property Properties: TIfcPropertyList read FProperties; |
The set of properties provided for this extended property collection. |
Generated by PasDoc 0.16.0-snapshot.