public interface IReplacePathsParameters2 extends IReplacePathsParameters, java.io.Serializable
Description: 'Provides access to members that control parameters to replace paths.' 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 |
IID8d43cb3f_8856_440c_a182_46e78843d80e |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd9179edc_c88a_4b6f_818f_f53d83a05519
Modifier and Type | Method and Description |
---|---|
IFIDSet |
getRasterTypeInstanceIDs()
The collection of raster type instances for which paths are replaced.
|
boolean |
isReplaceCachePaths()
Indicates whether paths in raster dataset cache are replaced.
|
boolean |
isReplaceRasterTypePaths()
Indicates whether paths in raster types are replaced.
|
void |
setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs)
The collection of raster type instances for which paths are replaced.
|
void |
setReplaceCachePaths(boolean pbReplaceCachePaths)
Indicates whether paths in raster dataset cache are replaced.
|
void |
setReplaceRasterTypePaths(boolean pbReplaceRasterTypePaths)
Indicates whether paths in raster types are replaced.
|
getNewPaths, getOldPaths, isReplaceCatalogItemPaths, isReplaceItemURIPaths, isReplaceMosaicDatasetPaths, setNewPathsByRef, setOldPathsByRef, setReplaceCatalogItemPaths, setReplaceItemURIPaths, setReplaceMosaicDatasetPaths
static final int IID8d43cb3f_8856_440c_a182_46e78843d80e
static final int xxDummy
static final java.lang.String IID
void setReplaceRasterTypePaths(boolean pbReplaceRasterTypePaths) throws java.io.IOException, AutomationException
pbReplaceRasterTypePaths
- The pbReplaceRasterTypePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReplaceRasterTypePaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterTypeInstanceIDsByRef(IFIDSet ppRasterTypeInstanceIDs) throws java.io.IOException, AutomationException
ppRasterTypeInstanceIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet getRasterTypeInstanceIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReplaceCachePaths(boolean pbReplaceCachePaths) throws java.io.IOException, AutomationException
pbReplaceCachePaths
- The pbReplaceCachePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isReplaceCachePaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.