C-DEngine 5.105

TheThing..::..ClonePropertyValues Method

Clones all existing properties and sub-properties in to the given OutThing

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void ClonePropertyValues(
	TheThing OutThing
)
Public Sub ClonePropertyValues ( _
	OutThing As TheThing _
)
public:
void ClonePropertyValues(
	TheThing^ OutThing
)

Parameters

OutThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Target TheThing to clone the properties to