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


IGPNetCDFWorkspace.GetDimensionValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetDimensionValue Method
ArcGIS Developer Help

IGPNetCDFWorkspace.GetDimensionValue Method

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

Product Availability

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

See Also

IGPNetCDFWorkspace Interface