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


IGpObjectArray.Clone Method (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 > IGpObjectArray.Clone Method
ArcGIS Developer Help

IGpObjectArray.Clone Method

Assigns the properties of source array to this object.

[Visual Basic .NET]
Public Sub Clone ( _
    ByVal pSrcObj As IGpObjectArray _
)
[C#]
public void Clone (
    IGpObjectArray pSrcObj
);
[C++]
HRESULT Clone(
  IGpObjectArray* pSrcObj
);
[C++]
Parameters
pSrcObj [in]

pSrcObj is a parameter of type IGpObjectArray*

Product Availability

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

See Also

IGpObjectArray Interface