public interface IBuildMultidimensionalInfoParameters
extends java.io.Serializable
Description: 'Parameters that control how the multidimensional information of a mosaic dataset is built.' 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 |
IID493a7dda_e6c1_4ade_b3cb_5162338742a3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getParameters()
The python module path.
|
void |
setParametersByRef(IPropertySet ppParameters)
The python module path.
|
static final int IID493a7dda_e6c1_4ade_b3cb_5162338742a3
static final int xxDummy
static final java.lang.String IID
void setParametersByRef(IPropertySet ppParameters) throws java.io.IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.