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

In This Topic
    IsEditable Method
    In This Topic
    Gets if the attribute is editable. Override this to make attributes non-editable.
    Syntax
    public virtual Nullable<bool> IsEditable( 
       Attribute attr
    )
    Public Overridable Function IsEditable( _
       ByVal attr As Attribute _
    ) As Nullable(Of Boolean)

    Parameters

    attr
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also