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


IGPToolExtensionFactoryGen.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionFactoryGen Interface > IGPToolExtensionFactoryGen.Create Method
ArcGIS Developer Help

IGPToolExtensionFactoryGen.Create Method

Creates a new instance of a tool extension in the given toolbox.

[Visual Basic .NET]
Public Function Create ( _
    ByVal Parent As Integer, _
    ByVal destination As IGPToolbox _
) As IGPToolExtensionGen
[C#]
public IGPToolExtensionGen Create (
    int Parent,
    IGPToolbox destination
);
[C++]
HRESULT Create(
  OLE_HANDLE Parent,
  IGPToolbox* destination
);
[C++]
Parameters
Parent [in]

Parent is a parameter of type OLE_HANDLE destination [in]
destination is a parameter of type IGPToolbox*

Product Availability

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

See Also

IGPToolExtensionFactoryGen Interface