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


IGPNetCDFWorkspace.GetAttributeValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetAttributeValue Method
ArcGIS Developer Help

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

Product Availability

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

See Also

IGPNetCDFWorkspace Interface