The tool object currently associated with the model process.
[Visual Basic .NET] Public Property Tool As IGPTool
[C#] public IGPTool Tool {get; set;}
[C++]
HRESULT get_Tool(
IGPTool** Tool
);
[C++]
HRESULT putref_Tool(
IGPTool* Tool
);
[C++]Parameters
Tool [out, retval]Tool is a parameter of type IGPTool
Tool [in]Tool is a parameter of type IGPTool
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.