ArcObjects Library Reference (Geoprocessing)  

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

Parameters

ppInfos [out, retval]

  ppInfos is a parameter of type IGPToolInfos

Product Availability

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

See Also

IGPServerSync Interface