Show / Hide Table of Contents

Property CanMove

CanMove

Gets a value indicating whether this element can be moved interactively.

Declaration
public bool CanMove { get; }
Property Value
Type Description
System.Boolean

true if this element can be moved interactively, false otherwise.

Remarks

The value of AllowMovingSelectedElement of the current Tool determines this value. The element can be moved programmatically regardless of this value, for example using MoveSelectedElement(MapPoint).

A GeometryEditorMidVertex is not part of the Geometry state, and therefore can never be moved regardless of the InteractionConfiguration settings.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.