Overload | Description |
---|---|
CopyElements(GraphicsLayer,IEnumerable<Element>) | Copy the elements into the graphics layer. This method must be called on the MCT. Use QueuedTask.Run. |
CopyElements(GraphicsLayer,GroupElement,IEnumerable<Element>) | Copy the elements into a group element within the graphics layer. This method must be called on the MCT. Use QueuedTask.Run. |