ArcObjects Library Reference (Geoprocessing)  

IGPToolExtension Interface

Provides access to methods on a custom geoprocessing tool extension.

Product Availability

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

Members

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.

CoClasses that implement IGPToolExtension

CoClasses and Classes Description
FMETool (esriDataInterop) FMETool Class