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


IGPServer2.GetTaskInfos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetTaskInfos Method

Returns the tool information of the available tasks.

[Visual Basic .NET]
Public Function GetTaskInfos ( _
) As IGPToolInfos
[C#]
public IGPToolInfos GetTaskInfos (
);
[C++]
HRESULT GetTaskInfos(
  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

IGPServer2 Interface