C-DEngine 5.105

TheThing..::..SetIThingObject Method

This method sets and internal "object" in TheThing. The object is NOT serialized in TheThingRegistry but can be used to store any arbitrary class/object associated with TheThing

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

Syntax


public void SetIThingObject(
	Object pObj
)
Public Sub SetIThingObject ( _
	pObj As Object _
)
public:
void SetIThingObject(
	Object^ pObj
)

Parameters

pObj
Type: Object