The state of changes made to the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool IsModified { get; } |
Visual Basic |
---|
Public ReadOnly Property IsModified As Boolean Get |
Visual C++ |
---|
public: property bool IsModified { bool get (); } |