com.esri.arcgis.framework
Interface IDocumentDirty

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDocumentDirty2
All Known Implementing Classes:
IDocumentDirty2Proxy, IDocumentDirtyProxy, MxDocument

public interface IDocumentDirty
extends java.io.Serializable

COM Interface 'IDocumentDirty'. 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 IIDb26de0cf_5c0a_433d_9082_097004e13a0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setDirty()
          Sets the dirty flag on the document.
 

Field Detail

IIDb26de0cf_5c0a_433d_9082_097004e13a0a

static final int IIDb26de0cf_5c0a_433d_9082_097004e13a0a
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

setDirty

void setDirty()
              throws java.io.IOException,
                     AutomationException
Sets the dirty flag on the document.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.