openPDC Historian Help
ArchivedData Property
NamespacesTVA.Historian.FilesStateRecordArchivedData
Gets or sets the most recently archived StateRecordDataPoint for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public StateRecordDataPoint ArchivedData { get; set; }
Public Property ArchivedData As StateRecordDataPoint
public:
property StateRecordDataPoint^ ArchivedData {
	StateRecordDataPoint^ get ();
	void set (StateRecordDataPoint^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is null.

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