com.esri.arcgis.framework
Interface IDocumentDirty2
- All Superinterfaces:
- IDocumentDirty, java.io.Serializable
- All Known Implementing Classes:
- IDocumentDirty2Proxy, MxDocument
public interface IDocumentDirty2
- extends IDocumentDirty, java.io.Serializable
COM Interface 'IDocumentDirty2'. Generated 3/19/2015 1:21:02 PM
from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to the dirty flag of the Document.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
Method Summary |
void |
setClean()
Resets the dirty flag on the document. |
IIDa684089c_cde0_407c_92d8_811a3f8e850c
static final int IIDa684089c_cde0_407c_92d8_811a3f8e850c
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
setClean
void setClean()
throws java.io.IOException,
AutomationException
- Resets the dirty flag on the document.
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.