Overload | Description |
---|---|
CreateGraphicElement(ILayoutElementContainer,Geometry,CIMSymbol,String) | Create a GraphicElement based on the input geometry and symbol (optional). This method must be called on the MCT. Use QueuedTask.Run. |
CreateGraphicElement(ILayoutElementContainer,Geometry,IEnumerable<CIMStringMap>,CIMSymbol,String) | Create a GraphicElement based on the input geometry and symbol (optional). This method must be called on the MCT. Use QueuedTask.Run. |
CreateGraphicElement(ILayoutElementContainer,CIMGraphic) | Creates a graphic element on a layout or element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run. |
CreateGraphicElement(ILayoutElementContainer,CIMGraphic,String) | Creates a graphic element on a layout or element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run. |
CreateGraphicElement(ILayoutElementContainer,CIMGraphic,IEnumerable<CIMStringMap>,String) | Creates a graphic element on a layout or element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run. |