Click or drag to resize

IUndoRedoEndTransaction Method

Ends the current transaction.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool EndTransaction(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
If the transaction ended
See Also