openPDC Historian Help
DataPointsArchived Property
NamespacesTVA.Historian.FilesArchiveFileAllocationTableDataPointsArchived
Gets or sets the number ArchiveDataPoints archived by the ArchiveFile.
Declaration Syntax
C#Visual BasicVisual C++
public int DataPointsArchived { get; set; }
Public Property DataPointsArchived As Integer
public:
property int DataPointsArchived {
	int get ();
	void set (int value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or zero.

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