public interface IMultidimensionalDataset4 extends IMultidimensionalDataset3, 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 |
IIDd662953a_1468_45c1_94ab_62b75e569f98 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe4d6ad0f_5105_44ed_912a_37294440387d
IID2f7f4dcc_1358_4221_a700_74a53ede0860
IID54cea947_0da1_4efd_ae5a_119e15af7db4
Modifier and Type | Method and Description |
---|---|
void |
deleteTranspose(IPropertySet pAttributes)
Delete the transpose of a multidimensional dataset.
|
addDimension, appendSlices, appendVariables, putVariableAttributes, removeDimension, replaceSlices
addDimension, removeVariable, renameVariable
constructQueryExpression, getMultidimensionalInfo, isMultidimensional, setMultidimensionalInfoByRef
static final int IIDd662953a_1468_45c1_94ab_62b75e569f98
static final int xxDummy
static final java.lang.String IID
void deleteTranspose(IPropertySet pAttributes) throws java.io.IOException, AutomationException
pAttributes
- 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.