ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / SketchOutputMode Property
Version

    SketchOutputMode Property
    Gets or sets if the sketch geometry should be created using map or screen coordinates.
    Syntax
    protected SketchOutputMode SketchOutputMode {get; set;}
    Remarks
    Set IsSketchTool to true for this property to take effect. When performing an interactive selection or identify using the MapView.SelectFeatures or MapView.GetFeatures method, it's important to note that only geometries in screen coordinates are supported in 3D. In 2D, both map and screen geometries are supported.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also