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