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


IGPToolExtension.ToolExtensionFactory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolExtension.ToolExtensionFactory Property

The factory object associated with this tool extension.

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

Parameters factory [out, retval]
factory is a parameter of type IGPToolExtensionFactory

Product Availability

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

See Also

IGPToolExtension Interface