Specifies the undo mode.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum UndoModeType
Public Enumeration UndoModeType
public enum class UndoModeType
Members
Member | Value | Description |
---|---|---|
Separated | 0 |
Use IEAnnotations SaveUndo/SaveRedo to save objects in Undo or Redo stacks.
|
Shared | 1 |
Use IEImage SaveUndo/SaveRedo to save objects in Undo or Redo stacks.
|