C-DEngine 5.105

TSM..::..Clone Method

Make a deep clone of the Message

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

Syntax


public static TSM Clone(
	TSM tMsg,
	bool DoClonePLB
)
Public Shared Function Clone ( _
	tMsg As TSM, _
	DoClonePLB As Boolean _
) As TSM
public:
static TSM^ Clone(
	TSM^ tMsg, 
	bool^ DoClonePLB
)

Parameters

tMsg
Type: nsCDEngine.BaseClasses..::..TSM
Mesage to be cloned
DoClonePLB
Type: Boolean
If set to True, the PLB parameter will be block-copied, too

Return Value