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


IGPNetCDFWorkspace.GetDimensionIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetDimensionIndex Method
ArcGIS Developer Help

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
);
[C++]
Parameters
dimension [in]

dimension is a parameter of type BSTR Value [in]
Value is a parameter of type VARIANT

Product Availability

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

See Also

IGPNetCDFWorkspace Interface