ArcObjects Library Reference (Geoprocessing)  

IGpObjectArray.Add Method

Adds an object to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pObject As Object _
)
[C#]
public void Add (
    object pObject
);
[C++]
HRESULT Add(
  IDispatch* pObject
);
[C++]

Parameters

pObject [in]   pObject is a parameter of type IDispatch*

Product Availability

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

See Also

IGpObjectArray Interface