This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetDimensionValue Method (ArcObjects .NET 10.5 SDK) |
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