Click or drag to resize

IUndoRedoPause Method

Request to not record changes of the specified document. If the recording of document changes is paused the Undo(CAEXDocument) and Redo(CAEXDocument) methods can not be applied.

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

Parameters

document  CAEXDocument
The document.
See Also