Click or drag to resize

SaveUndoState Class

Saves the current state of an object (Input) using some undoable part of it (Input2).
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsTwoInputsCommandObject, IMcUndoable
            MediaCy.CommandsSaveUndoState

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class SaveUndoState
	Inherits TwoInputsCommand(Of Object, IMcUndoable)

The SaveUndoState type exposes the following members.

Constructors
  NameDescription
Public methodSaveUndoState
Initializes a new instance of the SaveUndoState class
Top
Properties
  NameDescription
Public propertyUndoCaption
Describes the operation to be undone using the current input state.
Top
Remarks