ArcObjects Library Reference (GeoDatabase)  

IEnumGPName Interface

Provides access to a GPName Enumeration.

Product Availability

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

Members

Description
Method Next Provides the next name object in the enumeration.
Method Reset Resets the enumerator such that a subsequent next returns the first name object.

CoClasses that implement IEnumGPName

CoClasses and Classes Description
EnumGPName (esriGeoprocessing) Enumeration of multiple geoprocessing name objects.

.NET Samples

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction)