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


IGPToolCommandHelper.Tool Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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