Copies the content of one object to another. The target object 'pulls' properties of the first.

Syntax:

public static void CopyObjectData( object Source,
	object Target );
Parameters: Source

Target

See also:

Class wwDataUtils

Overloads:

public static void CopyObjectData( object Source, object Target, BindingFlags MemberAccess );

Last Updated: 1/28/2007 | Send topic feedback