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


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

IGPCustomTool.ToolExtension Property

The tool extension associated with the tool.

[Visual Basic .NET]
Public Property ToolExtension As IGPToolExtension
[C#]
public IGPToolExtension ToolExtension {get; set;}
[C++]
HRESULT get_ToolExtension(
  IGPToolExtension** extension
);
[C++]
HRESULT putref_ToolExtension(
  IGPToolExtension* extension
);
[C++]
Parameters
extension [out, retval]

extension is a parameter of type IGPToolExtension** extension [in]
extension is a parameter of type IGPToolExtension*

Product Availability

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

See Also

IGPCustomTool Interface