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


IGpObjectArray.Clone Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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