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


IMultidimensionalInfo.GetDimensionNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo Interface > IMultidimensionalInfo.GetDimensionNames Method
ArcGIS Developer Help

IMultidimensionalInfo.GetDimensionNames Method

The set of dimension names associated with the specified variable.

[Visual Basic .NET]
Public Function GetDimensionNames ( _
    ByVal bsVariableName As String _
) As IStringArray
[C#]
public IStringArray GetDimensionNames (
    string bsVariableName
);
[C++]
HRESULT GetDimensionNames(
  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