ArcObjects Library Reference (Geoprocessing) |
|
IGPFunctionName Interface
Provides access to the properties/methods of a geoprocessing function name object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
|
HelpContext |
The context identifier of the topic within the help file for this function associated with this name object. |
|
HelpFile |
Name of the (CHM) file containing help information for this function associated with this name object. |
|
MinimumProduct |
The minimum product required to use the function associated with this name object. |
|
RequiredExtension |
The extension, if any, required to use the function associated with this name object. |
CoClasses that implement IGPFunctionName
CoClasses and Classes |
Description |
GPFunctionName |
Geoprocessing Function Name object. |
.NET Samples
Calculate area geoprocessing function tool (Code Files:
CalculateAreaFunction)