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


INetCDFWorkspace.GetDimensionValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

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,
  VARIANT* vValue
);
[C++]

Parameters dimName [in] dimName is a parameter of type BSTR index [in] index is a parameter of type long vValue [out, retval] vValue is a parameter of type VARIANT

Product Availability

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

See Also

INetCDFWorkspace Interface