This document is archived and information here might be outdated. Recommended version. |
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*