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

Overview

Methods

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

Properties

Published property UsageName: TIfcIdentifier read FUsageName write FUsageName;
Published property HasProperties: TIfcPropertyList read FHasProperties;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description. Showing description inherited from TIfcProperty.Create.

TODO FHasConstraints: TIfcResourceConstraintRelationshipList; TODO FHasApprovals: TIfcResourceApprovalRelationshipList;

Public destructor Destroy; override;

This item has no description.

Properties

Published property UsageName: TIfcIdentifier read FUsageName write FUsageName;

Usage description of the IfcComplexProperty within the property set which references the IfcComplexProperty.

Published 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.