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


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

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
);
[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

Product Availability

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

See Also

INetCDFWorkspace Interface