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


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

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