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 > IGPToolExtensionFactoryGen Interface > IGPToolExtensionFactoryGen.PostCreateTool Method (ArcObjects .NET 10.5 SDK) |
Called immediately following the creation of a new tool extension.
[Visual Basic .NET] Public Sub PostCreateTool ( _ ByVal Parent As Integer, _ ByVal ToolExtension As IGPToolExtensionGen _ )
[C#] public void PostCreateTool ( int Parent, IGPToolExtensionGen ToolExtension );
[C++]
HRESULT PostCreateTool(
long Parent,
IGPToolExtensionGen* ToolExtension
);
[C++]
Parameters Parent [in] Parent is a parameter of type long ToolExtension [in]
ToolExtension is a parameter of type IGPToolExtensionGen