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

In This Topic
    SketchType Property (MapTool)
    In This Topic
    Gets or sets the type or shape of the geometry to be created by the sketch.
    Syntax
    protected Nullable<SketchGeometryType> SketchType {get; set;}
    Protected Property SketchType As Nullable(Of SketchGeometryType)
    Remarks
    Set IsSketchTool to true for this property to take effect.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also