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


INetCDFWorkspace.GetDimensionIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionIndex Method
ArcGIS Developer Help

INetCDFWorkspace.GetDimensionIndex Method

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

dimName is a parameter of type BSTR vValue [in]
vValue is a parameter of type VARIANT

Product Availability

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

See Also

INetCDFWorkspace Interface