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,
VARIANT* pValue
);
[C++]Parameters
dimension [in] dimension is a parameter of type BSTR Index [in] Index is a parameter of type long pValue [out, retval] pValue is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.