This document is archived and information here might be outdated. Recommended version. |
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