ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RasterLayer Class / IsEditable Property

In This Topic
    IsEditable Property (RasterLayer)
    In This Topic
    Gets whether a layer is editable.
    Syntax
    Public ReadOnly Property IsEditable As Boolean
    public bool IsEditable {get;}
    Remarks
    Returns true only when (a) you have data source level permission to edit and (b) it is made editable on the map.

    Use the extension method "CanEditData" to determine if the data represented by a MapMember can be edited independently of the TOC Editable state.

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also