Skip to main content

IProject.BeginUndoTransaction method

Namespace: NextDesign.Core

Description

Start editing to generate an undo transaction.
Edits made within an undo transaction are subject to a single undo/redo operation.

argument

NameTypeDescription
autoCommitboolSpecifies whether to automatically commit a transaction when it is discarded without specifying commit or rollback.
If false is specified, a rollback will be performed.
The default is true.

Return value