ArcGIS Pro 2.9 API Reference Guide
CreatePointTextGraphicElement(GraphicElementContainer,Coordinate2D,String,CIMTextSymbol,Anchor) Method

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreatePointTextGraphicElement Method : CreatePointTextGraphicElement(GraphicElementContainer,Coordinate2D,String,CIMTextSymbol,Anchor) Method
The graphic element container
Coordinate2D
String
CIMTextSymbol
Anchor
Creates a graphic point text element on a graphic element container 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.
Syntax
Public Overloads Function CreatePointTextGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal coord2D As Coordinate2D, _
   Optional ByVal text As String, _
   Optional ByVal textSymbol As CIMTextSymbol, _
   Optional ByVal anchor As Anchor _
) As GraphicElement

Parameters

elementContainer
The graphic element container
coord2D
Coordinate2D
text
String
textSymbol
CIMTextSymbol
anchor
Anchor

Return Value

Returns a GraphicElement.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List