This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditLayers Interface > IEditLayers.IsEditable Method (ArcObjects .NET 10.5 SDK) |
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 );