Click or drag to resize

UndoRedoServiceBeginTransaction Method

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

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public 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.

Implements

IUndoRedoBeginTransaction(CAEXDocument, String)
See Also