This document is archived and information here might be outdated. Recommended version. |
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*
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.