IMultidimensionalDataset4 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.
Method DeleteTranspose Delete the transpose of a multidimensional dataset.
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.

IMultidimensionalDataset4.DeleteTranspose Method

Delete the transpose of a multidimensional dataset.

Public Sub DeleteTranspose ( _
    ByVal pAttributes As IPropertySet _
)
public void DeleteTranspose (
    IPropertySet pAttributes
);

Inherited Interfaces

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

Classes that implement IMultidimensionalDataset4

Classes Description

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