This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionFactory Interface > IGPToolExtensionFactory.Edit Method (ArcObjects .NET 10.5 SDK) |
Invokes a window to edit a tool extension.
[Visual Basic .NET] Public Sub Edit ( _ ByVal Parent As Integer, _ ByVal ToolExtension As IGPToolExtension _ )
[C#] public void Edit ( int Parent, IGPToolExtension ToolExtension );
[C++]
HRESULT Edit(
long Parent,
IGPToolExtension* ToolExtension
);
[C++]
Parameters Parent [in] Parent is a parameter of type long ToolExtension [in]
ToolExtension is a parameter of type IGPToolExtension