Interface IIfcIrregularTimeSeriesValue
Readonly interface for IfcIrregularTimeSeriesValue
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcIrregularTimeSeriesValue : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceListValues
Declaration
IItemSet<IIfcValue> ListValues { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcValue> |
TimeStamp
Declaration
IfcDateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
IfcDateTime |