ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / IsEditable Method
Version

    IsEditable Method
    Gets if the attribute is editable. Override this to make attributes non-editable.
    Syntax
    public virtual Nullable<bool> IsEditable( 
       Attribute attr
    )

    Parameters

    attr
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also