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


INetCDFWorkspace.GetAttributeNames Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesNetCDF)  

INetCDFWorkspace.GetAttributeNames Method

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

Product Availability

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

See Also

INetCDFWorkspace Interface