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


IGPToolExtension.CustomToolHelper Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtension.CustomToolHelper Property

The custom tool helper object associated with the tool extension.

[Visual Basic .NET]
Public Property CustomToolHelper As IGPCustomToolHelper
[C#]
public IGPCustomToolHelper CustomToolHelper {get; set;}
[C++]
HRESULT get_CustomToolHelper(
  IGPCustomToolHelper** helper
);
[C++]
HRESULT putref_CustomToolHelper(
  IGPCustomToolHelper* helper
);
[C++]

Parameters helper [out, retval]
helper is a parameter of type IGPCustomToolHelper helper
helper is a parameter of type IGPCustomToolHelper

Product Availability

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

See Also

IGPToolExtension Interface