This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.Tool Property (ArcObjects .NET 10.5 SDK) |
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