This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDDatasetView Interface > IMDDatasetView.GetDimensionIndex Method (ArcObjects .NET 10.5 SDK) |
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