This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetValueFromIndex Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT* pVal
);
[C++]
Parameters index [in] index is a parameter of type long name [in] name is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type VARIANT