This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionIndex Method (ArcObjects .NET 10.4 SDK) |
The dimension index for a specified dimension and value.
[Visual Basic .NET] Public Function GetDimensionIndex ( _ ByVal dimName As String, _ ByVal vValue As Object _ ) As Integer
[C#] public int GetDimensionIndex ( string dimName, object vValue );
[C++]
HRESULT GetDimensionIndex(
BSTR dimName,
VARIANT vValue,
long* index
);
[C++]
Parameters dimName [in] dimName is a parameter of type BSTR vValue [in] vValue is a parameter of type VARIANT index [out, retval] index is a parameter of type long