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


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

IMdProcess.Tool Property

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.

See Also

IMdProcess Interface