Click or drag to resize
Grid Solutions Framework

DynamicCalculatorVariableKeys Property

Gets variable names mapped to their MeasurementKey values.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
protected ReadOnlyDictionary<string, MeasurementKey> VariableKeys { get; }
View Source

Property Value

ReadOnlyDictionaryString, MeasurementKey
See Also