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


IGPServerSync.GetToolNames Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServerSync.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** ppNames
);
[C++]

Parameters ppNames [out, retval]
ppNames is a parameter of type IStringArray

Product Availability

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

See Also

IGPServerSync Interface