public interface IMosaicDatasetOperationParameters3 extends IMosaicDatasetOperationParameters2, java.io.Serializable
Description: 'Provides access to members that control parameters to an operation on 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 |
IID0f656cef_47b0_46dc_a9fa_be3c31103086 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32
IID379006f4_6f75_4c3b_b783_0c2e88a7b280
Modifier and Type | Method and Description |
---|---|
boolean |
isRefresh()
Indicates whether the geodatabase data dictionary should be refreshed by the operation.
|
void |
setRefresh(boolean pbRefresh)
Indicates whether the geodatabase data dictionary should be refreshed by the operation.
|
isPrepareResults, setPrepareResults
getParameters, getProgressor, getResults, isDatasetReadOnly, setIsDatasetReadOnly, setParametersByRef, setProgressorByRef, setResultsByRef
static final int IID0f656cef_47b0_46dc_a9fa_be3c31103086
static final int xxDummy
static final java.lang.String IID
void setRefresh(boolean pbRefresh) throws java.io.IOException, AutomationException
pbRefresh
- The pbRefresh (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRefresh() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.