ArcGIS Pro 2.7 API Reference Guide
CopyElements(GraphicsLayer,GroupElement,IEnumerable<Element>) Method

ArcGIS.Desktop.Mapping Namespace > GraphicsLayerExtensions Class > CopyElements Method : CopyElements(GraphicsLayer,GroupElement,IEnumerable<Element>) Method
A group element within the graphics layer
The elements to be copied
Copy the elements into a group element within the graphics layer. This method must be called on the MCT. Use QueuedTask.Run
Syntax

Parameters

graphicsLayer
group
A group element within the graphics layer
elements
The elements to be copied

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
elements must belong to a graphics layer
Map has reached maximum graphics count limit of 4000 elements. One or more elements cannot be created.
Map has reached maximum graphics size limit of 10 MB. One or more elements cannot be created.
Remarks
The group element must belong to the graphics layer into which the elements are being copied. Only elements from a single graphics layer can be copied at one time. To copy elements from multiple graphics layers CopyElements must be called each time.
If a group element is provided in the list of elements to be copied then the group element and all its children will be copied.
If a child of a group element is provided in the list in addition to its parent then the parent takes precedence (i.e. the entire group element is copied and not just that child).
If a child element of a group element is provided in the list but its parent is not then only the child element is copied. The parent of the copied element will be the target group element.
The map view displaying the graphics layers should be initialized.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GraphicsLayerExtensions Class
GraphicsLayerExtensions Members
Overload List