BB FlashBack SDK: FBEditor

StartBatchOperations

Description

Turns off creation of undo checkpoints, which may improve performance while editing. By default, an undo checkpoint is created after each edit operation.

To start creating checkpoints again, use the EndBatchOperations method.

Syntax

[C#/C++]
public void StartBatchOperations ();

[VB.NET]
Public Sub StartBatchOperations ()

See Also

FBEditor::EndBatchOperations