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


IGPNetCDFWorkspace.GetAttributeValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.GetAttributeValue Method

The value of an attribute of the NetCDFWorkspace

[Visual Basic .NET]
Public Function GetAttributeValue ( _
    ByVal variable As String, _
    ByVal attribute As String, _
    ByVal valueIndex As Integer _
) As Object
[C#]
public object GetAttributeValue (
    string variable,
    string attribute,
    int valueIndex
);
[C++]
HRESULT GetAttributeValue(
  BSTR variable,
  BSTR attribute,
  long valueIndex,
  VARIANT* pValue
);
[C++]

Parameters variable [in] variable is a parameter of type BSTR attribute [in] attribute 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

IGPNetCDFWorkspace Interface