Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcIrregularTimeSeriesValue

Definition from IAI: The IfcIrregularTimeSeriesValue describes a value (or set of values) at a particular time point.

HISTORY: New entity in IFC 2x2.

EXPRESS specification:

ENTITY IfcIrregularTimeSeriesValue;
TimeStamp  :  IfcDateTimeSelect;
ListValues  :  LIST [1:?] OF IfcValue;
END_ENTITY;

Attribute definitions:

TimeStamp  :  The specification of the time point.
ListValues  :  A list of time-series values. At least one value is required.

Inheritance graph

ENTITY IfcIrregularTimeSeriesValue;
ENTITY IfcIrregularTimeSeriesValue;
TimeStamp  :  IfcDateTimeSelect;
ListValues  :  LIST [1:?] OF IfcValue;
END_ENTITY;