ArcGIS Pro 2.9 API Reference Guide
CreateGraphicElement(GraphicElementContainer,CIMGraphic,String) Method

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateGraphicElement Method : CreateGraphicElement(GraphicElementContainer,CIMGraphic,String) Method
The graphic element container
CIMGraphic
The name of the element or null to use the default.
Creates a graphic element on a graphic element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Overloads Function CreateGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal graphic As CIMGraphic, _
   ByVal elementName As String _
) As GraphicElement

Parameters

elementContainer
The graphic element container
graphic
CIMGraphic
elementName
The name of the element or null to use the default.
Exceptions
ExceptionDescription
This method must be called within the lambda passed to QueuedTask.Run.
Remarks
If the element container is a Layout then the element gets added to the root level of the layout TOC at the top most position. If the element container is a GroupElement then it gets added to the group at the topmost position.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List