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 |
|
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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |