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


IGpObjectArray.Add Method (ArcObjects .NET 10.5 SDK)
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