ArcGIS Pro 2.8 API Reference Guide
SketchMode Enumeration

ArcGIS.Desktop.Mapping Namespace : SketchMode Enumeration
Specifies different modes for the sketch to be in to modify the current sketch geometry.
Syntax
Members
MemberDescription
Arc Adds new circular arc segments to the end of the sketch geometry.
Bezier Adds new bezier curve segments to the end of the sketch geometry.
DirectionDirection Adds a new vertex at the intersection of two directions from two other points.
DirectionDistance Adds a new vertex at the intersection of a direction from one point and a distance from another point.
DistanceDistance Adds a new vertex to the sketch geometry at the intersection of two distances from two other points.
EndPointArc Adds new circular arc segments to the end of the sketch geometry.
Intersection Adds a new vertex at the implied intersection of two segments.
Line Adds new line segments to the end of the sketch geometry.
Midpoint Adds a new segment to the sketch geometry at the midpoint between two points.
Move Moves the sketch geometry
RightLine Adds a new segment to the end of the sketch geometry, constrained to right angles.
Rotate Rotates the sketch geometry
Scale Scales the sketch geometry
Stream Adds a new path of streamed vertices to the end of the sketch geometry.
TangentArc Adds new circular arc segments to the end of the sketch geometry, tangent to the last segment.
Trace Adds a new traced pat to the end of the sketch geometry.
VertexDelete Deletes vertices of the sketch.
VertexInsert Splits segments of the sketch geometry adding vertices.
VertexMove Modifies the location of vertices of the sketch geometry.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.SketchMode

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Desktop.Mapping Namespace