public interface IMosaicDatasetDefinitionObject
extends java.io.Serializable
Description: 'Provides access to members that control a mosaic dataset definition object.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb5dc8c12_261a_405b_80a8_39e192e1ca06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isChanged()
Indicates whether the contents of the object has changed since the last time this flag was reset.
|
void |
setChanged(boolean pbHasChanged)
Indicates whether the contents of the object has changed since the last time this flag was reset.
|
static final int IIDb5dc8c12_261a_405b_80a8_39e192e1ca06
static final int xxDummy
static final java.lang.String IID
boolean isChanged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setChanged(boolean pbHasChanged) throws java.io.IOException, AutomationException
pbHasChanged
- The pbHasChanged (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.