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


IGpDispatch.ListTools Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.ListTools Method
ArcGIS Developer Help

IGpDispatch.ListTools Method

Gets list of GeoProcessor Tools.

[Visual Basic .NET]
Public Function ListTools ( _
    [ByRef pWildcard As Object] _
) As Object
[C#]
public object ListTools (
    ref object pWildcard
);
[C++]
HRESULT ListTools(
  Variant* pWildcard
);
[C++]
Parameters
pWildcard [in, optional]

pWildcard is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface