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