Show / Hide Table of Contents

Property PickedUpElement

PickedUpElement

Gets the element that an attached ReticleTool has picked up in order to move it.

Declaration
public GeometryEditorElement? PickedUpElement { get; }
Property Value
Type Description
GeometryEditorElement

The element that an attached ReticleTool has picked up in order to move it.

Remarks

This will be null if the current Tool is not the ReticleTool or nothing is picked up. The picked up element can be a GeometryEditorVertex or a GeometryEditorMidVertex. Only one element can be picked up at a time. The value of PickedUpElement changes, raising the PickedUpElementChanged event, when:

  • an element is picked up or dropped using a tap interaction with the ReticleTool
  • an element is picked up using PickUpSelectedElement()
  • an element is dropped using PlaceElementAtReticle()

It may also change when:

  • undoing or redoing edits using Undo() or Redo(). This will clear the current picked up element.
  • canceling the current action using CancelCurrentAction()
  • programmatically selecting another element with the geometry editor - for example, using SelectGeometry() or SelectVertex(long, long)
  • stopping the geometry editor using Stop()
  • changing the Tool
See Also
ReticleTool
PickUpSelectedElement()
PlaceElementAtReticle()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.8
.NET200.8 - 300.0
.NET Windows200.8 - 300.0
.NET Android200.8 - 300.0
.NET iOS200.8 - 300.0
.NET Framework200.8
UWP200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.