IMultidimensionalDataset3 Interface

Provides access to members that control a multidimensional dataset.

Members

Name Description
Method AddDimension Adds a new dimension for a given variable.
Method AddDimension Adds a new dimension for a given variable.
Method AppendSlices Appends additional slices to the multidimensional dataset
Method AppendVariables Appends additional variables to the multidimensional dataset
Method ConstructQueryExpression Returns a query expression from an array of IDimensionalDefinition objects.
Read-only property IsMultidimensional Indicates whether the dataset is multidimensional.
Read/write property MultidimensionalInfo The multidimensional object describing the mosaic dataset.
Method PutVariableAttributes Put a new set of variable attributes for a specified variable.
Method RemoveDimension Removes dimensions from the dataset making it dimensionless.
Method RemoveVariable Removes all attributes, dimensions, and dimension values associated with the specified variable.
Method RenameVariable Renames a specified variable and assign a new set of variable attributes.
Method ReplaceSlices Replaces slices in the multidimensional dataset.

IMultidimensionalDataset3.AddDimension Method

Adds a new dimension for a given variable.

IMultidimensionalDataset3.AddDimension Method

Adds a new dimension for a given variable.

IMultidimensionalDataset3.AppendSlices Method

Appends additional slices to the multidimensional dataset

Public Sub AppendSlices ( _
    ByVal pMdDataset As IMultidimensionalDataset2, _
    ByVal pVariables As IStringArray _
)
public void AppendSlices (
    IMultidimensionalDataset2 pMdDataset,
    IStringArray pVariables
);

IMultidimensionalDataset3.AppendVariables Method

Appends additional variables to the multidimensional dataset

Public Sub AppendVariables ( _
    ByVal pMdDataset As IMultidimensionalDataset2 _
)
public void AppendVariables (
    IMultidimensionalDataset2 pMdDataset
);

IMultidimensionalDataset3.PutVariableAttributes Method

Put a new set of variable attributes for a specified variable.

Public Sub PutVariableAttributes ( _
    ByVal Name As String, _
    ByVal pAttributes As IPropertySet _
)
public void PutVariableAttributes (
    string Name,
    IPropertySet pAttributes
);

IMultidimensionalDataset3.RemoveDimension Method

Removes dimensions from the dataset making it dimensionless.

Public Sub RemoveDimension ( _
)
public void RemoveDimension (
);

IMultidimensionalDataset3.ReplaceSlices Method

Replaces slices in the multidimensional dataset.

Public Sub ReplaceSlices ( _
    ByVal pMdDataset As IMultidimensionalDataset2, _
    ByVal pVariables As IStringArray _
)
public void ReplaceSlices (
    IMultidimensionalDataset2 pMdDataset,
    IStringArray pVariables
);

Inherited Interfaces

Interfaces Description
IMultidimensionalDataset2 Provides access to members that control a multidimensional dataset.
IMultidimensionalDataset Provides access to members that control a multidimensional dataset.

Classes that implement IMultidimensionalDataset3

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close