Show / Hide Table of Contents

Property IsGeometryGuidesEnabled

IsGeometryGuidesEnabled

Gets or sets a value indicating whether to allow interactive snapping relative to the current Geometry, false otherwise. Default is true.

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

true to allow interactive snapping relative to the current Geometry, false otherwise. Default is true.

Remarks

When enabled, additional visual cues appear as temporary guides when interactively editing polygon or polyline geometries, allowing edits to be snapped to:

  • coincide with an existing edge (segment) or vertex of the current Geometry
  • create a new segment perpendicular to the previous segment of the current Geometry
  • create a new segment as an extension of the previous segment of the current Geometry
  • create a new segment parallel to an existing segment of the current Geometry

The guides shown indicate the type of snap occurring.

Ignored if IsEnabled is false.

Geometry guides can be combined with snapping to other features or graphics by ensuring IsFeatureSnappingEnabled is true and configuring SourceSettings appropriately.

Applies to

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