Share

Document.IsInEditMode Method

Indicates if the document is in an edit mode.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsInEditMode()

Return Value

Boolean
Returns true if the document is in an edit mode, false otherwise.

See Also

Reference

Was this information helpful?