Click or drag to resize

MetadataCollectionToDictionary Method

Converts the collection to a dictionary with the names as keys and the values as values.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Dictionary<string, double> ToDictionary()

Return Value

DictionaryString, Double
A dictionary similar to the current collection.
See Also