C-DEngine 5.105

TheDataBase..::..CloneBase Method

Clonse an incoming object into this object

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

Syntax


public TheDataBase CloneBase(
	TheDataBase t
)
Public Function CloneBase ( _
	t As TheDataBase _
) As TheDataBase
public:
TheDataBase^ CloneBase(
	TheDataBase^ t
)

Parameters

t
Type: nsCDEngine.ViewModels..::..TheDataBase
Incoming object to be cloned

Return Value