Class TIfcPropertySingleValue

Unit

Declaration

type TIfcPropertySingleValue = class(TIfcSimpleProperty)

Description

Property with a single (numeric or descriptive) value assigned.

Hierarchy

Overview

Properties

Published property NominalValue: String read FNominalValue write FNominalValue;
Published property Unit: TIfcUnit read FUnit write FUnit;

Description

Properties

Published property NominalValue: String read FNominalValue write FNominalValue;

Value and measure type of this property.

TODO: This is IfcValue in IFC standard, https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcValue.htm . It's just String in Pascal, our JSON reader will convert other simple types to strings.

Published property Unit: TIfcUnit read FUnit write FUnit;

Unit for the nominal value, if not given.


Generated by PasDoc 0.16.0-snapshot.