MetadataCollectionToDictionary Method |
Converts the collection to a dictionary with the names as keys and the values as values.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Dictionary<string, double> ToDictionary()
Public Function ToDictionary As Dictionary(Of String, Double)
Dim instance As MetadataCollection
Dim returnValue As Dictionary(Of String, Double)
returnValue = instance.ToDictionary()
Return Value
DictionaryString,
DoubleA dictionary similar to the current collection.
See Also