This document is archived and information here might be outdated.  Recommended version.


IGpObjectArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpObjectArray Interface
ArcGIS Developer Help

IGpObjectArray Interface

Provides access to the properties and methods of a Geoprocessing object array object.

Product Availability

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

Members

Name Description
Method Add Adds an object to the array.
Method Clone Assigns the properties of source array to this object.
Read-only property Count The element count of the array.
Method GetObject Returns the object at the given index in the array.
Method Insert Adds an object to the array at the specified index.
Method Next Returns the next object at the current index in the array.
Method Remove Removes the object at the specified index from the array.
Method RemoveAll Removes all objects from the array.
Method Replace Replaces the object at the specified index in the array.
Method Reset Sets the current enumeration index (used by the Next method) back to the first element in the array.

Classes that implement IGpObjectArray

Classes Description
GpObjectArray Geoprocessing Object Array object.