ArcGIS Pro 3.2 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 BasicFeatureLayer SketchLayer {get; set;}
    Public Property SketchLayer As BasicFeatureLayer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also