openPDC Historian Help
FindDataBlock Method (historianID)
NamespacesTVA.Historian.FilesArchiveFileAllocationTableFindDataBlock(Int32)
Returns the first ArchiveDataBlock in the ArchiveFile for the specified historianID.
Declaration Syntax
C#Visual BasicVisual C++
public ArchiveDataBlock FindDataBlock(
	int historianID
)
Public Function FindDataBlock ( _
	historianID As Integer _
) As ArchiveDataBlock
public:
ArchiveDataBlock^ FindDataBlock(
	int historianID
)
Parameters
historianID (Int32)
Historian identifier whose ArchiveDataBlock is to be retrieved.
Return Value
ArchiveDataBlock object if a match is found; otherwise null.

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