ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSymbolReference Class / GetSymbol Method
The XML encoding of the CIMSymbol.

In This Topic
    GetSymbol Method (CIMSymbolReference)
    In This Topic
    Returns a symbol from an XML encoding of a CIMSymbol.
    Syntax
    public static CIMSymbol GetSymbol( 
       string symbolXml
    )
    Public Shared Function GetSymbol( _
       ByVal symbolXml As String _
    ) As CIMSymbol

    Parameters

    symbolXml
    The XML encoding of the CIMSymbol.

    Return Value

    A CIMSymbol
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also