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).
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public HistoryManagerTransaction CreateTransaction(
bool ignore = false
)
Public Function CreateTransaction (
Optional ignore As Boolean = false
) As HistoryManagerTransaction
public:
HistoryManagerTransaction^ CreateTransaction(
bool ignore = false
)
member CreateTransaction :
?ignore : bool
(* Defaults:
let _ignore = defaultArg ignore false
*)
-> HistoryManagerTransaction
- ignore Boolean (Optional)
-
HistoryManagerTransaction