Click or drag to resize

MultiPropertyObjectEdit Class

Represents an undoable edit operation that modifies multiple properties on multiple objects that have unique IDs.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsMultiPropertyObjectEdit

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

The MultiPropertyObjectEdit type exposes the following members.

Constructors
  NameDescription
Public methodMultiPropertyObjectEdit
Initializes a new instance of the MultiPropertyObjectEdit class.
Top
Methods
  NameDescription
Public methodRedo
Executed when redo is called on this edit from the UndoManager
Public methodUndo
Executed when undo is called on this edit from the UndoManager
Top
See Also