This document is archived and information here might be outdated. Recommended version. |
The value of a dimension of the NetCDFWorkspace
[Visual Basic .NET]
Public Function GetDimensionValue ( _
ByVal dimension As String, _
ByVal Index As Integer _
) As Object
[C#]
public object GetDimensionValue (
string dimension,
int Index
);
[C++]
HRESULT GetDimensionValue(
BSTR dimension,
long Index
);
[C++] Parameters dimension [in]
dimension is a parameter of type BSTR Index [in]
Index is a parameter of type long