ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SketchMode Enumeration

In This Topic
    SketchMode Enumeration
    In This Topic
    Specifies different modes for the sketch to be in to modify the current sketch geometry. See MapTool.SketchMode.
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also