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
Description | ||
---|---|---|
![]() |
Add | Adds an object to the array. |
![]() |
Clone | Assigns the properties of source array to this object. |
![]() |
Count | The element count of the array. |
![]() |
GetObject | Returns the object at the given index in the array. |
![]() |
Insert | Adds an object to the array at the specified index. |
![]() |
Next | Returns the next object at the current index in the array. |
![]() |
Remove | Removes the object at the specified index from the array. |
![]() |
RemoveAll | Removes all objects from the array. |
![]() |
Replace | Replaces the object at the specified index in the array. |
![]() |
Reset | Sets the current enumeration index (used by the Next method) back to the first element in the array. |
CoClasses that implement IGpObjectArray
CoClasses and Classes | Description |
---|---|
GpObjectArray | Geoprocessing Object Array object. |