Click or drag to resize

IUndoRedoBeginTransaction Method

Begins a new transaction. All changes, made to a CAEXDocument inside a transaction are treated as a single operation.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool BeginTransaction(
	CAEXDocument document,
	string name = ""
)

Parameters

document  CAEXDocument
The CAEX document to which the transaction should be associated.
name  String  (Optional)
A friendly name for this transaction.

Return Value

Boolean
If the transaction started
See Also