Click or drag to resize
Grid Solutions Framework

DynamicCalculator.InputMeasurementKeys Property

Gets or sets primary keys of input measurements the dynamic calculator expects.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.241-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey[]

Implements

IAdapter.InputMeasurementKeys
See Also