Show / Hide Table of Contents

Property CanScale

CanScale

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

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

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

Remarks

The value of AllowScalingSelectedElement of the current Tool determines this value. The element can be scaled programmatically regardless of this value, for example using ScaleSelectedElement(Double, Double, MapPoint).

The following can never be scaled interactively, regardless of the InteractionConfiguration settings:

  • GeometryEditorVertex
  • GeometryEditorMidVertex
  • GeometryEditorGeometry when the geometry type is Point

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.