Class TIfcReal_Boxed
Unit
Declaration
type TIfcReal_Boxed = class(TIfcValue)
Description
Real (float) value wrapped in a class, so it can be used where TIfcValue is expected.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcValue
- TIfcReal_Boxed
Overview
Methods
![]() |
class function IfcClassName: String; override; |
Properties
![]() |
property Value: TIfcReal read FValue write FValue; |
Description
Methods
![]() |
class function IfcClassName: String; override; |
This item has no description. Showing description inherited from TIfcPersistent.IfcClassName. Name for the IFC standard, used in IFC files. By default, this is just ClassName with prefix 'T' removed. |
Properties
![]() |
property Value: TIfcReal read FValue write FValue; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.