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

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