Class TIfcComplexProperty
Unit
Declaration
type TIfcComplexProperty = class(TIfcProperty)
Description
Define complex properties to be handled completely within a property set.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcComplexProperty.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProperty
- TIfcComplexProperty
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property UsageName: TIfcIdentifier read FUsageName write FUsageName; |
|
property HasProperties: TIfcPropertyList read FHasProperties; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Showing description inherited from TIfcProperty.Create. TODO FHasConstraints: TIfcResourceConstraintRelationshipList; TODO FHasApprovals: TIfcResourceApprovalRelationshipList; |
destructor Destroy; override; |
|
This item has no description. |
Properties
property UsageName: TIfcIdentifier read FUsageName write FUsageName; |
|
Usage description of the IfcComplexProperty within the property set which references the IfcComplexProperty. |
property HasProperties: TIfcPropertyList read FHasProperties; |
|
Set of properties that can be used within this complex property (may include other complex properties). |
Generated by PasDoc 0.16.0-snapshot.