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


IGPToolCommandHelper.Tool Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolCommandHelper Interface > IGPToolCommandHelper.Tool Property
ArcGIS Developer Help

IGPToolCommandHelper.Tool Property

The geoprocessing tool currently associated with the command.

[Visual Basic .NET]
Public ReadOnly Property Tool As IGPTool
[C#]
public IGPTool Tool {get;}
[C++]
HRESULT get_Tool(
  IGPTool** Tool
);
[C++]
Parameters
Tool [out, retval]

Tool is a parameter of type IGPTool**

Product Availability

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

See Also

IGPToolCommandHelper Interface