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


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

IGPCustomToolGen.ToolExtensionGen Property

The tool extension associated with the tool.

[Visual Basic .NET]
Public ReadOnly Property ToolExtensionGen As IGPToolExtensionGen
[C#]
public IGPToolExtensionGen ToolExtensionGen {get;}
[C++]
HRESULT get_ToolExtensionGen(
  IGPToolExtensionGen** extension
);
[C++]
Parameters
extension [out, retval]

extension is a parameter of type IGPToolExtensionGen**

Product Availability

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

See Also

IGPCustomToolGen Interface