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


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

IMultidimensionalInfo.RemoveVariable Method

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

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

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

Product Availability

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

See Also

IMultidimensionalInfo Interface