Overload | Description |
---|---|
CreateGraphicElement(IElementContainer,CIMGraphic,String,Boolean,ElementInfo) | Create a GraphicElement based on the input ArcGIS.Core.CIM.CIMGraphic and element properties. This method must be called on the MCT. Use QueuedTask.Run. |
CreateGraphicElement(IElementContainer,Geometry,CIMSymbol,String,Boolean,ElementInfo) | Create a GraphicElement based on the input geometry and associated symbol and properties (optional). This method must be called on the MCT. Use QueuedTask.Run. |