ArcGIS Pro 3.7 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 Property SketchType As Nullable(Of SketchGeometryType)
    protected Nullable<SketchGeometryType> SketchType {get; set;}
    Remarks
    Set IsSketchTool to true for this property to take effect.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also