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

In This Topic
    SketchOutputMode Property
    In This Topic
    Gets or sets if the sketch geometry should be created using map or screen coordinates.
    Syntax
    protected SketchOutputMode SketchOutputMode {get; set;}
    Protected Property SketchOutputMode As SketchOutputMode
    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