Provides access to methods on a custom geoprocessing tool extension.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
CanEditSource | Returns whether or not the source for the tool extension can be edited. |
![]() |
CustomToolHelper | The custom tool helper object associated with the tool extension. |
![]() |
DialogCLSID | The CLSID of a custom dialog class to enter/edit parameter values for custom tools associated with this tool extension. |
![]() |
Execute | Executes the tool extension given the set of parameter values. |
![]() |
GetRenderer | Returns a custom renderer for a given parameter. |
![]() |
IsLicensed | Returns whether or not the tool extension has all necessary product licenses to be executed. |
![]() |
IsLicensedForProduct | Returns whether or not the tool extension can be executed within the current application product. |
![]() |
IsValid | Returns whether or not the tool extension is can be executed. |
![]() |
ParameterInfo | The parameters required to execute the custom tool associated with this tool extension. |
![]() |
SynchronizeMetadata | Updates the given metadata property set with the current tool extension properties. |
![]() |
ToolExtensionFactory | The factory object associated with this tool extension. |
![]() |
Validate | Validates the given set of values. |