Show / Hide Table of Contents

Property HoveredElement

HoveredElement

Gets the element that is currently hovered over in the GeometryEditor, or null if nothing is hovered over.

Declaration
public IGeometryEditorHoverable HoveredElement { get; }
Property Value
Type Description
IGeometryEditorHoverable

The element that is currently hovered over in the GeometryEditor, or null if nothing is hovered over.

Remarks

When the current Tool is a ReticleTool the hovered element is the element under the reticle. When the current Tool is not a ReticleTool the hovered element is the element under the cursor or pointer. The value of HoveredElement changes, raising the HoveredElementChanged event, when:

  • the mouse or reticle moves onto or off of an element
  • the hovered element is deleted
  • an element has stopped moving - for example, by being placed or after being moved by dragging.

It may also change when:

  • undoing or redoing edits using Undo() or Redo()
  • stopping the geometry editor using Stop()
  • changing the Tool

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.8
.NET200.8
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.