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


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

IEngineEditLayers.IsEditable Method

Indicates if the specific feature layer is editable.

[Visual Basic .NET]
Public Function IsEditable ( _
    ByVal Layer As IFeatureLayer _
) As Boolean
[C#]
public bool IsEditable (
    IFeatureLayer Layer
);
[C++]
HRESULT IsEditable(
  IFeatureLayer* Layer
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type IFeatureLayer*

Product Availability

Available with ArcGIS Engine.

Description

Use the IsEditable method to check if a particular layer is editable. 

When an edit session is started this method is automatically called for each layer in the Map. Only editable layers are added to the ControlsEditingTargetToolControl.

See Also

IEngineEditLayers Interface