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


IGPCustomToolHelper.CustomTool Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPCustomToolHelper.CustomTool Property

The custom tool object associated with the helper object.

[Visual Basic .NET]
Public ReadOnly Property CustomTool As IGPCustomTool
[C#]
public IGPCustomTool CustomTool {get;}
[C++]
HRESULT get_CustomTool(
  IGPCustomTool** Tool
);
[C++]

Parameters Tool [out, retval]
Tool is a parameter of type IGPCustomTool

Product Availability

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

See Also

IGPCustomToolHelper Interface