ArcGIS Pro 2.6 API Reference Guide
SetSymbol Method

ArcGIS.Core.CIM Namespace > CIMSymbolReference Class : SetSymbol Method
The symbol reference to be updated
The symbol XML
Sets a symbol on a symbol reference from an XML encoding of the symbol.
Syntax
public static bool SetSymbol( 
   ref CIMSymbolReference symbolRef,
   string symbolXml
)
Public Shared Function SetSymbol( _
   ByRef symbolRef As CIMSymbolReference, _
   ByVal symbolXml As String _
) As Boolean

Parameters

symbolRef
The symbol reference to be updated
symbolXml
The symbol XML

Return Value

A boolean indicating if the symbol was properly decoded to a non-null symbol.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CIMSymbolReference Class
CIMSymbolReference Members