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


IGPServer2.GetToolNames Method (ArcObjects .NET 10.4 SDK)
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