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

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateGraphicElements Method : CreateGraphicElements(ILayoutElementContainer,IEnumerable<CIMGraphic>,IEnumerable<IEnumerable<CIMStringMap>>,IEnumerable<String>) Method
Layout or GroupElement
CIMGraphic
Custom properties or null
The names of the elements or null.
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
graphics
CIMGraphic
customProperties
Custom properties or null
elementNames
The names of the elements or null.
Exceptions
ExceptionDescription
This method must be called within the lambda passed to QueuedTask.Run.
graphic(s) cannot be null
Number of elementNames does not match the number of graphics
Number of customProperties does not match the number of graphics
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.
If elementNames are provided then the number of elementNames must match the number of graphic elements.
Custom properties, if provided, must be serializable to string and the number of custom property collections must match the number of graphic elements.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List