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


INetCDFWorkspace.GetDimensionValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetDimensionValue Method
ArcGIS Developer Help

INetCDFWorkspace.GetDimensionValue Method

The dimension value for a specified dimension and index.

[Visual Basic .NET]
Public Function GetDimensionValue ( _
    ByVal dimName As String, _
    ByVal index As Integer _
) As Object
[C#]
public object GetDimensionValue (
    string dimName,
    int index
);
[C++]
HRESULT GetDimensionValue(
  BSTR dimName,
  long index
);
[C++]
Parameters
dimName [in]

dimName 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

INetCDFWorkspace Interface