Click or drag to resize

UndoRedoServiceEndTransaction Method

Ends the current transaction from the specified document.

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

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
If the transaction ended

Implements

IUndoRedoEndTransaction(CAEXDocument)
Exceptions
ExceptionCondition
InvalidOperationExceptionNo matching Transaction Begin
See Also