Click or drag to resize
Grid Solutions Framework

DynamicCalculatorInputMeasurementKeys Property

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

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

Property Value

MeasurementKey

Implements

IAdapterInputMeasurementKeys
See Also