RVTDocs.com
Namespace: Autodesk.Revit.DB Class: EditScope

EditScope.IsPermitted

Property
Description:
Tells if the edit scope is permitted to start.
Remarks:
The edit scope is not permitted to start for one of the following possible reasons: The document is in read-only state, or the document is currently modifiable, or there already is another edit mode active in the document.
Syntax
public bool IsPermitted { get; }