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,
	BindingFlags MemberAccess );
Parameters: Source

Target

MemberAccess

See also:

Class wwDataUtils

Overloads:

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

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