ArcGIS Pro 2.6 API Reference Guide
IsEditingEnabled Property

ArcGIS.Desktop.Core Namespace > Project Class : IsEditingEnabled Property
Gets a value that indicates if editing is enabled.
Syntax
public bool IsEditingEnabled {get;}
Public ReadOnly Property IsEditingEnabled As Boolean

Property Value

True if editing is enabled; otherwise, false.
Remarks
While this value is true, all editing tools and feature templates are enabled; otherwise, they are disabled. While this value is false, EditOperation’s will fail. Use the ArcGIS.Desktop.Core.Project.SetIsEditingEnabledAsync method to enable or disable editing within the application.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Project Class
Project Members