This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface > INetCDFWorkspace.GetAttributeNames Method (ArcObjects .NET 10.4 SDK) |
The array of global or variable specific attribute names.
[Visual Basic .NET] Public Function GetAttributeNames ( _ ByVal varName As String _ ) As IStringArray
[C#] public IStringArray GetAttributeNames ( string varName );
[C++]
HRESULT GetAttributeNames(
BSTR varName,
IStringArray** ppAttNames
);
[C++]
Parameters varName [in] varName is a parameter of type BSTR ppAttNames [out, retval]
ppAttNames is a parameter of type IStringArray