Overload | Description |
---|---|
AddElement(GraphicsLayer,CIMGraphic) | Add a ArcGIS.Desktop.Layouts.GraphicElement based on the ArcGIS.Core.CIM.CIMGraphic. This method must be called on the MCT.Use QueuedTask.Run |
AddElement(GraphicsLayer,Geometry,CIMSymbol) | 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 |
AddElement(GraphicsLayer,MapPoint,String,CIMTextSymbol) | 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 |