openPDC Historian Help
FindDataBlocks Method (historianID, startTime)
NamespacesTVA.Historian.FilesArchiveFileAllocationTableFindDataBlocks(Int32, TimeTag)
Returns all ArchiveDataBlocks in the ArchiveFile for the specified historianID with ArchiveDataPoint points later than the specified startTime.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
historianID (Int32)
Historian identifier.
startTime (TimeTag)
Start TimeTag.
Return Value
A collection of ArchiveDataBlocks.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252