ArcGIS Pro 2.9 API Reference Guide
AddElement(GraphicsLayer,Geometry,IEnumerable<CIMStringMap>,CIMSymbol) Method

ArcGIS.Desktop.Mapping Namespace > GraphicsLayerExtensions Class > AddElement Method : AddElement(GraphicsLayer,Geometry,IEnumerable<CIMStringMap>,CIMSymbol) Method
The geometry to be used for the graphic element
Custom properties or null
The symbol to be used for the graphic element. Can be null
Add a ArcGIS.Desktop.Layouts.GraphicElement based on the input geometry and symbol (optional). This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

graphicsLayer
geometry
The geometry to be used for the graphic element
customProperties
Custom properties or null
symbol
The symbol to be used for the graphic element. Can be null

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
geometry cannot be null or empty
symbol is not a CIMPointSymbol | CIMLineSymbol | CIMPolygonSymbol
Map has reached maximum graphics count limit of 4000 elements. One or more elements cannot be created.
Map has reached maximum graphics size limit of 10 MB. One or more elements cannot be created.
Remarks
Multipatch geometry is not currently supported.
The geometry cannot be empty or null. Providing the wrong symbol type for the given geometry will result in an System.ArgumentException. If symbol is null a default symbol of the correct type will be assigned.
The map view displaying the graphics layer should be initialized.
Custom properties, if provided, must be serializable to string.
The element will be selected after the add.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GraphicsLayerExtensions Class
GraphicsLayerExtensions Members
Overload List