ArcGIS Pro 2.9 API Reference Guide
CreatePointGraphicElement(GraphicElementContainer,Coordinate2D,CIMPointSymbol) Method

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface > CreatePointGraphicElement Method : CreatePointGraphicElement(GraphicElementContainer,Coordinate2D,CIMPointSymbol) Method
The graphic element container
Coordinate2D
CIMPointSymbol
Creates a graphic point element on a graphic element container from a single 2D coordinate. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreatePointGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal coord2D As Coordinate2D, _
   Optional ByVal ptSymbol As CIMPointSymbol _
) As GraphicElement

Parameters

elementContainer
The graphic element container
coord2D
Coordinate2D
ptSymbol
CIMPointSymbol

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IElementFactory Interface
IElementFactory Members
Overload List