IMultidimensionalDataset2 Interface

Provides access to members that control a multidimensional dataset.

Members

Name Description
Method AddDimension Adds a new dimension for a given variable.
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 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.

IMultidimensionalDataset2.AddDimension Method

Adds a new dimension for a given variable.

Public Sub AddDimension ( _
    ByVal bsVariableName As String, _
    ByVal bsDimensionName As String, _
    ByVal dimensionValue As Double, _
    ByVal pAttributes As IPropertySet _
)
public void AddDimension (
    string bsVariableName,
    string bsDimensionName,
    double dimensionValue,
    IPropertySet pAttributes
);

IMultidimensionalDataset2.RemoveVariable Method

Removes all attributes, dimensions, and dimension values associated with the specified variable.

Public Sub RemoveVariable ( _
    ByVal bsVariableName As String _
)
public void RemoveVariable (
    string bsVariableName
);

IMultidimensionalDataset2.RenameVariable Method

Renames a specified variable and assign a new set of variable attributes.

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

Inherited Interfaces

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

Classes that implement IMultidimensionalDataset2

Classes Description

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