ArcObjects Library Reference (Editor)  

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