ArcObjects Library Reference (DataSourcesNetCDF)  

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,
  long* pVal
);
[C++]

Parameters

dim [in]   dim is a parameter of type BSTR pVal [out, retval]   pVal is a parameter of type long

Product Availability

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

See Also

IMDDatasetView Interface