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


IGPNetCDFWorkspace.GetAttributeNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetAttributeNames Method
ArcGIS Developer Help

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
);
[C++]
Parameters
variable [in]

variable is a parameter of type BSTR

Product Availability

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

See Also

IGPNetCDFWorkspace Interface