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


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

IGPToolExtension Interface

Provides access to methods on a custom geoprocessing tool extension.

Product Availability

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

Members

Name Description
Method CanEditSource Returns whether or not the source for the tool extension can be edited.
Read/write property CustomToolHelper The custom tool helper object associated with the tool extension.
Read-only property DialogCLSID The CLSID of a custom dialog class to enter/edit parameter values for custom tools associated with this tool extension.
Method Execute Executes the tool extension given the set of parameter values.
Method GetRenderer Returns a custom renderer for a given parameter.
Method IsLicensed Returns whether or not the tool extension has all necessary product licenses to be executed.
Method IsLicensedForProduct Returns whether or not the tool extension can be executed within the current application product.
Method IsValid Returns whether or not the tool extension is can be executed.
Read-only property ParameterInfo The parameters required to execute the custom tool associated with this tool extension.
Method SynchronizeMetadata Updates the given metadata property set with the current tool extension properties.
Read-only property ToolExtensionFactory The factory object associated with this tool extension.
Method Validate Validates the given set of values.

Classes that implement IGPToolExtension

Classes Description
FMETool (esriDataInterop) FMETool Class