ArcObjects Library Reference (Geoprocessing)  

IGPServer.GetToolInfos Method

Returns the tool information of the available tools.

[Visual Basic .NET]
Public Function GetToolInfos ( _
) As IGPToolInfos
[C#]
public IGPToolInfos GetToolInfos (
);
[C++]
HRESULT GetToolInfos(
  IGPToolInfos** infos
);
[C++]

Parameters

infos [out, retval]

  infos is a parameter of type IGPToolInfos

Product Availability

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

See Also

IGPServer Interface