This document is archived and information here might be outdated.  Recommended version.


IEditLayers.IsEditable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditLayers Interface > IEditLayers.IsEditable Method
ArcGIS Developer Help

IEditLayers.IsEditable Method

Determines if a specific feature layer is editable.

[Visual Basic .NET]
Public Function IsEditable ( _
    ByVal layer As IFeatureLayer _
) As Boolean
[C#]
public bool IsEditable (
    IFeatureLayer layer
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the IsEditable method to check if a particular layer is editable. For example, when the editor is started, it calls this method for each layer added to the Map. The layers that are editable are added to the editing environment.

See Also

IEditLayers Interface