ArcGIS Pro 2.8 API Reference Guide
AddElement(GraphicsLayer,MapPoint,String,IEnumerable<CIMStringMap>,CIMTextSymbol) Method

ArcGIS.Desktop.Mapping Namespace > GraphicsLayerExtensions Class > AddElement Method : AddElement(GraphicsLayer,MapPoint,String,IEnumerable<CIMStringMap>,CIMTextSymbol) Method
The text placement point
The text string
Custom properties or null
The text symbol. Can be null
Add a ArcGIS.Desktop.Layouts.GraphicElement based on the input point, text, and textsymbol (optional). This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

graphicsLayer
point
The text placement point
text
The text string
customProperties
Custom properties or null
textSymbol
The text symbol. Can be null

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
point cannot be null or empty
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
The point cannot be null or empty. If text is null an empty string is assigned. If textSymbol is null a default text symbol is 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 10, Windows 8.1

See Also

Reference

GraphicsLayerExtensions Class
GraphicsLayerExtensions Members
Overload List