ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / GeometryControl Class / SketchLayer Property

In This Topic
    SketchLayer Property
    In This Topic
    Gets and sets the sketch layer of the control. The SketchLayer property is only used in GeometryMode.Sketch mode. The properties of the SketchLayer's feature class determines whether the GeometryControl displays Z, M values.
    Syntax
    Public Property SketchLayer As BasicFeatureLayer
    public BasicFeatureLayer SketchLayer {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also