This document is archived and information here might be outdated. Recommended version. |
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