Returns all ArchiveDataBlocks in the ArchiveFile for the specified historianID with ArchiveDataPoints between the specified startTime and endTime.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<ArchiveDataBlock> FindDataBlocks( int historianID, TimeTag startTime, TimeTag endTime )
Public Function FindDataBlocks ( _ historianID As Integer, _ startTime As TimeTag, _ endTime As TimeTag _ ) As IList(Of ArchiveDataBlock)
public: IList<ArchiveDataBlock^>^ FindDataBlocks( int historianID, TimeTag^ startTime, TimeTag^ endTime )
Return Value
A collection of ArchiveDataBlocks.