ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / GetSketchType Method
The map view containing the sketch.

In This Topic
    GetSketchType Method
    In This Topic
    Gets the type of geometry for the current sketch.
    Syntax
    public static Nullable<SketchGeometryType> GetSketchType( 
       MapView mapView
    )
    Public Shared Function GetSketchType( _
       ByVal mapView As MapView _
    ) As Nullable(Of SketchGeometryType)

    Parameters

    mapView
    The map view containing the sketch.

    Return Value

    The type or shape of the geometry for the current sketch.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also