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


IMDDatasetView.GetDimensionIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDDatasetView Interface > IMDDatasetView.GetDimensionIndex Method
ArcGIS Developer Help

IMDDatasetView.GetDimensionIndex Method

The selected dimension index for a dimension name.

[Visual Basic .NET]
Public Function GetDimensionIndex ( _
    ByVal dim As String _
) As Integer
[C#]
public int GetDimensionIndex (
    string dim
);
[C++]
HRESULT GetDimensionIndex(
  BSTR dim
);
[C++]
Parameters
dim [in]

dim is a parameter of type BSTR

Product Availability

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

See Also

IMDDatasetView Interface