Sets the dirty flag on the document.
[Visual Basic .NET]
Public Sub SetDirty ( _
)
[C#] public void SetDirty ( );
Product Availability
Available with ArcGIS Desktop.
Remarks
If the document's dirty flag is set to True, then you will be prompted to save the document when the document is closed or the ArcMap application is shut down. Use the SetDirty method to set the document's dirty flag to True.
The SetClean method on IDocumentDirty2 does the opposite of this.