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


IGPNetCDFWorkspace.GetAttributeNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.GetAttributeNames Method

The names of the attributes of the NetCDFWorkspace

[Visual Basic .NET]
Public Function GetAttributeNames ( _
    ByVal variable As String _
) As IGpEnumList
[C#]
public IGpEnumList GetAttributeNames (
    string variable
);
[C++]
HRESULT GetAttributeNames(
  BSTR variable,
  IGpEnumList** ppNames
);
[C++]

Parameters variable [in] variable is a parameter of type BSTR ppNames [out, retval]
ppNames is a parameter of type IGpEnumList

Product Availability

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

See Also

IGPNetCDFWorkspace Interface