ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionGen.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

IGPToolExtensionGen Interface