C-DEngine 5.105

TheThing..::..SetBaseThing Method

Sets the BaseThing - only if the given pThing does not match "this"

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

Syntax


public void SetBaseThing(
	TheThing pThing
)
Public Sub SetBaseThing ( _
	pThing As TheThing _
)
public:
void SetBaseThing(
	TheThing^ pThing
)