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

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateGraphicElement Method : CreateGraphicElement(GraphicElementContainer,CIMGraphic) Method
The graphic element container
CIMGraphic
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 cimGraphic As CIMGraphic _
) As GraphicElement

Parameters

elementContainer
The graphic element container
cimGraphic
CIMGraphic

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
graphic(s) cannot be null
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List