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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa684089c_cde0_407c_92d8_811a3f8e850c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.framework.IDocumentDirty
IIDb26de0cf_5c0a_433d_9082_097004e13a0a
 
Method Summary
 void setClean()
          Resets the dirty flag on the document.
 
Methods inherited from interface com.esri.arcgis.framework.IDocumentDirty
setDirty
 

Field Detail

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
Method Detail

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.