ArcGIS Pro 2.9 API Reference Guide
CreateGraphicElements(GraphicElementContainer,IEnumerable<CIMGraphic>,IEnumerable<String>) Method

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateGraphicElements Method : CreateGraphicElements(GraphicElementContainer,IEnumerable<CIMGraphic>,IEnumerable<String>) Method
The graphic element container
CIMGraphic
The names of the elements or null.
Creates a graphic element on a graphic element container from a CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

elementContainer
The graphic element container
graphics
CIMGraphic
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
Remarks
If elementNames are provided then the number of elementNames must match the number of graphics.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List