ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    GetDictionarySymbol Method (SymbolFactory)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also