This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClone Interface > IClone.Assign Method (ArcObjects .NET 10.5 SDK) |
Assigns the properties of src to the receiver.
[Visual Basic .NET] Public Sub Assign ( _ ByVal src As IClone _ )
[C#] public void Assign ( IClone src );
[C++]
HRESULT Assign(
IClone* src
);
[C++]
Parameters src [in]
src is a parameter of type IClone