ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / Layer Property

In This Topic
    Layer Property (EditingTemplate)
    In This Topic
    Gets the Layer that is associated with this EditingTemplate.
    Syntax
    public Layer Layer {get;}
    Public ReadOnly Property Layer As Layer
    Remarks
    When a feature is created using this EditingTemplate, it will be added to this Layer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also