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.