ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.GetDimensionIndex Method

The index of a dimension of the NetCDFWorkspace

[Visual Basic .NET]
Public Function GetDimensionIndex ( _
    ByVal dimension As String, _
    ByVal Value As Object _
) As Integer
[C#]
public int GetDimensionIndex (
    string dimension,
    object Value
);
[C++]
HRESULT GetDimensionIndex(
  BSTR dimension,
  VARIANT Value,
  long* pIndex
);
[C++]

Parameters

dimension [in]   dimension is a parameter of type BSTR Value [in]   Value is a parameter of type VARIANT pIndex [out, retval]   pIndex is a parameter of type long

Product Availability

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

See Also

IGPNetCDFWorkspace Interface