Provides access to members that control a multidimensional dataset.
Members
Name | Description | |
---|---|---|
AddDimension | Adds a new dimension for a given variable. | |
ConstructQueryExpression | Returns a query expression from an array of IDimensionalDefinition objects. | |
IsMultidimensional | Indicates whether the dataset is multidimensional. | |
MultidimensionalInfo | The multidimensional object describing the mosaic dataset. | |
RemoveVariable | Removes all attributes, dimensions, and dimension values associated with the specified variable. | |
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 |
---|