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