Overload | Description |
---|---|
CreatePointTextGraphicElement(ILayoutElementContainer,Coordinate2D,String) | Creates a graphic point text element on a layout from a single 2D coordinate. This method must be called on the MCT. Use QueuedTask.Run. |
CreatePointTextGraphicElement(ILayoutElementContainer,Coordinate2D,String,CIMTextSymbol) | Creates a graphic point text element on a layout from a single 2D coordinate with an added parameter to set the text symbol. This method must be called on the MCT. Use QueuedTask.Run. |
CreatePointTextGraphicElement(ILayoutElementContainer,Coordinate2D,String,CIMTextSymbol,Anchor) | Creates a graphic point text element on a layout from a single 2D coordinate with an added parameter to set the text symbol. This method must be called on the MCT. Use QueuedTask.Run. |