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


IMdProcess.ToolName 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.ToolName Property
ArcGIS Developer Help

IMdProcess.ToolName Property

The tool name object of the tool currently associated with the model process.

[Visual Basic .NET]
Public ReadOnly Property ToolName As IGPToolName
[C#]
public IGPToolName ToolName {get;}
[C++]
HRESULT get_ToolName(
  IGPToolName** Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type IGPToolName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdProcess Interface