Interface IIfcRegularTimeSeries
Readonly interface for IfcRegularTimeSeries
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcRegularTimeSeries : IIfcTimeSeries, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
TimeStep
Declaration
IfcTimeMeasure TimeStep { get; set; }
Property Value
|
Improve this Doc
View Source
Values
Declaration
IItemSet<IIfcTimeSeriesValue> Values { get; }
Property Value