ArcObjects Library Reference (GeoDatabase)  

IGPName Interface

Provides access to properties of a Geoprocessing Name.

Product Availability

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

Members

Description
Read/write property Category The category of the GPName object.
Read/write property Description The description of the GPName object.
Read/write property DisplayName The descriptive display name of the GPName object.
Read/write property Factory The factory object of the GPName object.
Read/write property Name The name of the GPName object.

CoClasses that implement IGPName

CoClasses and Classes Description
GPDataTypeName
GPFunctionName (esriGeoprocessing) Geoprocessing Function Name object.
GPMultiValueTypeName (esriGeoprocessing) Geoprocessing Multi-Value Data Type Name.
GPSATopoFeaturesTypeName (esriSpatialAnalyst) GeoProcessor Spatial Analyst TopoFeatures Type Name object.

.NET Samples

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction)