ArcObjects Component Help  (Core)    

IClone.Assign Method

Assigns the properties of src to the receiver.

[Visual Basic 6.0]
Sub Assign(
    ByVal src As IClone _
) As Empty
[Visual Basic .NET]
Public Sub Assign (
    ByVal src As IClone _
)
[C#]
public void Assign (
    IClone src
);
[C++]
public: void Assign (
    IClone src
);

Description

Use Assign method to assign the properties of source object to receiver object. Both objects need to have the same CLSIDs. Both source and receiver objects need to be instantiated.