public interface IMultidimensionalDataset5 extends IMultidimensionalDataset4, java.io.Serializable
Description: 'Provides access to members that control a multidimensional 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 |
IIDf04281cc_5441_4f50_9d09_613b400fc52d |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd662953a_1468_45c1_94ab_62b75e569f98
IIDe4d6ad0f_5105_44ed_912a_37294440387d
IID2f7f4dcc_1358_4221_a700_74a53ede0860
IID54cea947_0da1_4efd_ae5a_119e15af7db4
Modifier and Type | Method and Description |
---|---|
void |
removeDimensionEx(java.lang.String bsVariableName,
java.lang.String bsDimensionName)
Remove a dimension from the dataset.
|
deleteTranspose
addDimension, appendSlices, appendVariables, putVariableAttributes, removeDimension, replaceSlices
addDimension, removeVariable, renameVariable
constructQueryExpression, getMultidimensionalInfo, isMultidimensional, setMultidimensionalInfoByRef
static final int IIDf04281cc_5441_4f50_9d09_613b400fc52d
static final int xxDummy
static final java.lang.String IID
void removeDimensionEx(java.lang.String bsVariableName, java.lang.String bsDimensionName) throws java.io.IOException, AutomationException
bsVariableName
- The bsVariableName (in)bsDimensionName
- The bsDimensionName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.