Description:

Expert user tool that copies user data that has a positive CopyCount from the source object to a destination object. Generally speaking you don't need to use Copy(). Simply rely on things like the copy constructors to do the right thing.

Syntax:
public static void Copy(
CommonObject source,
CommonObject destination
)
Parameters:
Returns:
Type: void
Available since:
5.0

Nothing found