is Geometry Guides Enabled
True to allow interactive snapping relative to the current GeometryEditor.geometry, false otherwise. Default is false. 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 GeometryEditor.geometry
create a new segment perpendicular to the previous segment of the current GeometryEditor.geometry
create a new segment as an extension of the previous segment of the current GeometryEditor.geometry
create a new segment parallel to an existing segment of the current GeometryEditor.geometry
The guides shown indicate the type of snap occurring. For a geometry with curve segments (Geometry.hasCurves is true), each guide is shown only when appropriate for curve segments.
Ignored if SnapSettings.isEnabled is false.
Geometry guides can be combined with snapping to other features or graphics by ensuring SnapSettings.isFeatureSnappingEnabled is true and configuring SnapSettings.sourceSettings appropriately.
Since
200.6.0