DocumentIsInEditMode Method |
Indicates if the document is in an edit mode.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsInEditMode()
Public Function IsInEditMode As Boolean
public:
bool IsInEditMode()
member IsInEditMode : unit -> bool
Return Value
Boolean
Returns true if the document is in an edit mode, false otherwise.
See Also