CIMSymbol GetDictionarySymbol( string dictionaryName, Dictionary<string,object> values )
Function GetDictionarySymbol( _ ByVal dictionaryName As String, _ ByVal values As Dictionary(Of String,Object) _ ) As CIMSymbol
Parameters
- dictionaryName
- The name of the dictionary to be used.
- values
- A dictionary of objects defining the values to be used to build the symbol.