openPDC Historian Help
ActiveDataBlockIndex Property
NamespacesTVA.Historian.FilesStateRecordActiveDataBlockIndex
Gets or sets the 0-based index of the active ArchiveDataBlock for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public int ActiveDataBlockIndex { get; set; }
Public Property ActiveDataBlockIndex As Integer
public:
property int ActiveDataBlockIndex {
	int get ();
	void set (int value);
}
Remarks
Index is persisted to disk as 1-based index for backwards compatibility.

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