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

In This Topic
    SketchOutputMode Enumeration
    In This Topic
    Specifies the mode for which the sketch will be created.
    Syntax
    Members
    MemberDescription
    Map Sketch is created using map coordinates. The feedback and the geometry returned from the sketch will be in map coordinates.
    Screen Sketch is created using screen coordinates. The feedback and the geometry returned from the sketch will be in screen coordinates.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also