public interface IRemoveItemsParameters2 extends IRemoveItemsParameters, java.io.Serializable
Description: 'Provides access to members that control parameters for removing rasters from a mosaic dataset.' 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 |
IID1392ac33_0be8_4c56_93b8_ae0644297c68 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
Modifier and Type | Method and Description |
---|---|
boolean |
isDeleteItemCache()
Indicates whether the cache files associated with selected mosaic dataset items are deleted.
|
boolean |
isRemoveItem()
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
|
void |
setDeleteItemCache(boolean pbDeleteItemCache)
Indicates whether the cache files associated with selected mosaic dataset items are deleted.
|
void |
setRemoveItem(boolean pbRemoveItem)
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
|
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
static final int IID1392ac33_0be8_4c56_93b8_ae0644297c68
static final int xxDummy
static final java.lang.String IID
void setDeleteItemCache(boolean pbDeleteItemCache) throws java.io.IOException, AutomationException
pbDeleteItemCache
- The pbDeleteItemCache (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDeleteItemCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveItem(boolean pbRemoveItem) throws java.io.IOException, AutomationException
pbRemoveItem
- The pbRemoveItem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveItem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.