This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetAttributeValue Method (ArcObjects .NET 10.4 SDK) |
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