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


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

IGPToolExtensionFactory.PostCreateTool Method

Called immediately following the creation of a new tool extension.

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

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

Product Availability

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

See Also

IGPToolExtensionFactory Interface