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


IGPToolExtensionFactoryGen.Edit 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.Edit Method
ArcGIS Developer Help

IGPToolExtensionFactoryGen.Edit Method

Invokes a window to edit a tool extension.

[Visual Basic .NET]
Public Sub Edit ( _
    ByVal Parent As Integer, _
    ByVal ToolExtension As IGPToolExtensionGen _
)
[C#]
public void Edit (
    int Parent,
    IGPToolExtensionGen ToolExtension
);
[C++]
HRESULT Edit(
  OLE_HANDLE Parent,
  IGPToolExtensionGen* ToolExtension
);
[C++]
Parameters
Parent [in]

Parent is a parameter of type OLE_HANDLE ToolExtension [in]
ToolExtension is a parameter of type IGPToolExtensionGen*

Product Availability

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

See Also

IGPToolExtensionFactoryGen Interface