C-DEngine 5.105

TheBaseEngine..::..UpdateCosting Method

Fires the "CostingWasUpdated" event to add new credits to a TSM

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

Syntax


public void UpdateCosting(
	TSM pMessage
)
Public Sub UpdateCosting ( _
	pMessage As TSM _
)
public:
void UpdateCosting(
	TSM^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM