Defines time-series data warehoused by a historian.
| C# | Visual Basic | Visual C++ |
public interface IDataPoint : ISupportBinaryImage
Public Interface IDataPoint _ Implements ISupportBinaryImage
public interface class IDataPoint : ISupportBinaryImage
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BinaryImage()()() | (Inherited from ISupportBinaryImage.) | |
| BinaryLength()()() | (Inherited from ISupportBinaryImage.) | |
| HistorianID |
Gets or sets the historian identifier of the time-series data point.
| |
| Initialize(array<Byte>[]()[], Int32, Int32) | (Inherited from ISupportBinaryImage.) | |
| Quality |
Gets or sets the Quality of the time-series data point.
| |
| Time |
Gets or sets the TimeTag of the time-series data point.
| |
| Value |
Gets or sets the value of the time-series data point.
|