C-DEngine 5.105

TheThing..::..GetBaseThing Method

Returns the BaseThing of a Thing. TheBaseThing is a serializable representation of a Thing. the ICDEThing interface requires the return of TheBaseThing as other classes can be inherited from ICDEThing. In case of TheThing, this method just returns "this"

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

Syntax


public TheThing GetBaseThing()
Public Function GetBaseThing As TheThing
public:
TheThing^ GetBaseThing()

Return Value