This document is archived and information here might be outdated.  Recommended version.


IMultidimensionalInfo.RemoveDimension Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMultidimensionalInfo.RemoveDimension Method

Removes all attributes and values corresponding to the specified dimension associated with the specified variable.

[Visual Basic .NET]
Public Sub RemoveDimension ( _
    ByVal bsDimensionName As String, _
    ByVal bsVariableName As String _
)
[C#]
public void RemoveDimension (
    string bsDimensionName,
    string bsVariableName
);
[C++]
HRESULT RemoveDimension(
  BSTR bsDimensionName,
  BSTR bsVariableName
);
[C++]

Parameters bsDimensionName [in] bsDimensionName is a parameter of type BSTR bsVariableName [in] bsVariableName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMultidimensionalInfo Interface