|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentDirty
Provides access to the dirty flag of the Document.
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.
Method Summary | |
---|---|
void |
setDirty()
Sets the dirty flag on the document. |
Method Detail |
---|
void setDirty() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |