HistoryManagerCreateTransaction Method

Creates history transaction. Allows to register all changes made within current transaction as a single bunch of changes for a single history step (including for nested transactions).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public HistoryManagerTransaction CreateTransaction(
	bool ignore = false
)

Parameters

ignore  Boolean  (Optional)
 

Return Value

HistoryManagerTransaction

See Also