Click or drag to resize

CombinedEdit Class

Combine multiple IUndoableEdits to a single edit. Edits will be undone in the reverse order they are added, and redone in the same order they were added./>
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsCombinedEdit

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class CombinedEdit : IUndoableEdit

The CombinedEdit type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Public methodRedo
Public methodUndo
Top
Fields
  NameDescription
Protected fieldedits
Top
See Also