| Overload | Description | 
|---|---|
| CreateCircleParagraphGraphicElement(ILayoutElementContainer,EllipticArcSegment,String) | Creates a graphic circle text element on a layout from an elliptical arc segment geometry. This method must be called on the MCT. Use QueuedTask.Run. | 
| CreateCircleParagraphGraphicElement(GraphicElementContainer,EllipticArcSegment,String) | Creates a graphic circle text element on a graphic element container from an elliptical arc segment geometry. This method must be called on the MCT. Use QueuedTask.Run. | 
| CreateCircleParagraphGraphicElement(ILayoutElementContainer,EllipticArcSegment,String,CIMTextSymbol) | Creates a graphic circle text element on a layout from an elliptical arc segment geometry with an added parameter to set the text symbol. This method must be called on the MCT. Use QueuedTask.Run. | 
| CreateCircleParagraphGraphicElement(GraphicElementContainer,EllipticArcSegment,String,CIMTextSymbol) | Creates a graphic circle text element on a graphic element container from an elliptical arc segment geometry with an added parameter to set the text symbol. This method must be called on the MCT. Use QueuedTask.Run. |