|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentDirty2
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 |
setClean()
Resets the dirty flag on the document. |
Methods inherited from interface com.esri.arcgis.framework.IDocumentDirty |
---|
setDirty |
Method Detail |
---|
void setClean() 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 when the ArcMap application is shut down. If you don't want to be prompted to save the document when you close the document or when the ArcMap application is shutdown, then you can use the SetClean method to set the document's dirty flag to False.
The SetDirty method on IDocumentDirty 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 |