ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetToolNames Method

Returns the names of the available tools.

[Visual Basic .NET]
Public Function GetToolNames ( _
) As IStringArray
[C#]
public IStringArray GetToolNames (
);
[C++]
HRESULT GetToolNames(
  IStringArray** names
);
[C++]

Parameters

names [out, retval]

  names is a parameter of type IStringArray

Product Availability

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

See Also

IGPServer2 Interface