This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNetCDFWorkspace Interface > IGPNetCDFWorkspace.GetAttributeNames Method (ArcObjects .NET 10.5 SDK) |
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