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


IMdProcess.ToolName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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