ArcObjects Library Reference (DataSourcesNetCDF)  

INetCDFWorkspace.GetAttributeValue Method

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

Product Availability

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

See Also

INetCDFWorkspace Interface