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


IGPCustomToolHelper.CustomTool Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCustomToolHelper Interface > IGPCustomToolHelper.CustomTool Property
ArcGIS Developer Help

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