Reads ArchiveDataPoints from the ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerable<IDataPoint> ReadData( int historianID, string startTime, string endTime )
Public Function ReadData ( _ historianID As Integer, _ startTime As String, _ endTime As String _ ) As IEnumerable(Of IDataPoint)
public: virtual IEnumerable<IDataPoint^>^ ReadData( int historianID, String^ startTime, String^ endTime ) sealed
Parameters
- historianID (Int32)
- Historian identifier for which ArchiveDataPoints are to be retrieved.
- startTime (String)
- String representation of the start time (in GMT) for the ArchiveDataPoints to be retrieved.
- endTime (String)
- String representation of the end time (in GMT) for the ArchiveDataPoints to be retrieved.
Return Value
IEnumerable<(Of <(T>)>) object containing zero or more ArchiveDataPoints.