Class TIfcExtendedProperties

Unit

Declaration

type TIfcExtendedProperties = class(TIfcPropertyAbstraction)

Description

Abstract supertype of all extensible property collections that are applicable to certain characterized entities.

Hierarchy

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property Name: TIfcIdentifier read FName write FName;

The name given to the set of properties.

Published property Description: TIfcText read FDescription write FDescription;

Description for the set of properties.

Published property Properties: TIfcPropertyList read FProperties;

The set of properties provided for this extended property collection.


Generated by PasDoc 0.16.0-snapshot.