Click or drag to resize

StateRecordCurrentData Property

Gets or sets the most current StateRecordDataPoint received for the HistorianID.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public StateRecordDataPoint CurrentData { get; set; }
View Source

Property Value

StateRecordDataPoint
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is null.
See Also