ArcGIS Pro 2.6 API Reference Guide
GetDictionarySymbol Method (SymbolFactory)

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class : GetDictionarySymbol Method
The name of the dictionary to be used.
A dictionary of objects defining the values to be used to build the symbol.
Builds a symbol from a dictionary. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public 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.

Return Value

Exceptions
ExceptionDescription
This method must be called within the lambda passed to QueuedTask.Run
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members