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


INetCDFWorkspace.GetValueFromIndex 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.GetValueFromIndex Method
ArcGIS Developer Help

INetCDFWorkspace.GetValueFromIndex Method

The dimension or variable value for a given index.

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

index is a parameter of type long name [in]
name is a parameter of type BSTR

Product Availability

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

See Also

INetCDFWorkspace Interface