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

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