This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetAttributeValue Method (ArcObjects .NET 10.4 SDK) |
The attribute value for a specified variable and an attribute name or keyword.
[Visual Basic .NET] Public Function GetAttributeValue ( _ ByVal varName As String, _ ByVal attName As String, _ ByVal valueIndex As Integer _ ) As Object
[C#] public object GetAttributeValue ( string varName, string attName, int valueIndex );
[C++]
HRESULT GetAttributeValue(
BSTR varName,
BSTR attName,
long valueIndex,
VARIANT* pValue
);
[C++]
Parameters varName [in] varName is a parameter of type BSTR attName [in] attName is a parameter of type BSTR valueIndex [in] valueIndex is a parameter of type long pValue [out, retval] pValue is a parameter of type VARIANT