This method must be implemented so that it copies the invoking object to the engine of the given copy manager using the copy manager.

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)

Syntax

C#
ICopyable MakeClone(
	CloneManager copy
)
Visual Basic
Function MakeClone ( _
	copy As CloneManager _
) As ICopyable

Parameters

copy
Type: ILOG.Concert..::..CloneManager

See Also