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


IGPToolExtensionGen.ToolExtensionFactory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionGen Interface > IGPToolExtensionGen.ToolExtensionFactory Property
ArcGIS Developer Help

IGPToolExtensionGen.ToolExtensionFactory Property

The factory object associated with this tool extension.

[Visual Basic .NET]
Public ReadOnly Property ToolExtensionFactory As IGPToolExtensionFactoryGen
[C#]
public IGPToolExtensionFactoryGen ToolExtensionFactory {get;}
[C++]
HRESULT get_ToolExtensionFactory(
  IGPToolExtensionFactoryGen** factory
);
[C++]
Parameters
factory [out, retval]

factory is a parameter of type IGPToolExtensionFactoryGen**

Product Availability

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

See Also

IGPToolExtensionGen Interface