Click or drag to resize

FilterAdapterBaseOutputMeasurements Property

Gets or sets output measurements that the AdapterBase will produce, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement

Implements

IAdapterOutputMeasurements
IAdapterOutputMeasurements
See Also