ArcGIS Pro 2.8 API Reference Guide
CreateGraphicElement(ILayoutElementContainer,CIMGraphic,IEnumerable<CIMStringMap>,String) Method

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface > CreateGraphicElement Method : CreateGraphicElement(ILayoutElementContainer,CIMGraphic,IEnumerable<CIMStringMap>,String) Method
Layout or GroupElement
CIMGraphic
Custom properties for the element or null
Name of the element or null for default name
Creates a graphic element on a layout or element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

elementContainer
Layout or GroupElement
graphic
CIMGraphic
customProperties
Custom properties for the element or null
elementName
Name of the element or null for default name
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.
Custom properties, if provided, must be serializable to string.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

IElementFactory Interface
IElementFactory Members
Overload List