This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpObjectArray Interface > IGpObjectArray.Add Method (ArcObjects .NET 10.4 SDK) |
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*