openPDC Historian Help
CurrentData Property
NamespacesTVA.Historian.FilesStateRecordCurrentData
Gets or sets the most current StateRecordDataPoint received for the HistorianID.
Declaration Syntax
C#Visual BasicVisual C++
public StateRecordDataPoint CurrentData { get; set; }
Public Property CurrentData As StateRecordDataPoint
public:
property StateRecordDataPoint^ CurrentData {
	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