Class TIfcPropertySingleValue
Unit
Declaration
type TIfcPropertySingleValue = class(TIfcSimpleProperty)
Description
Property with a single (numeric or descriptive) value assigned.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProperty
- TIfcSimpleProperty
- TIfcPropertySingleValue
Overview
Properties
property NominalValue: String read FNominalValue write FNominalValue; |
|
property Unit: TIfcUnit read FUnit write FUnit; |
Description
Properties
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. |
property Unit: TIfcUnit read FUnit write FUnit; |
|
Unit for the nominal value, if not given. |
Generated by PasDoc 0.16.0-snapshot.