Click or drag to resize

IMcUndoable Interface

This interface has to be implemented by the objects participating in the Undo-Redo scheme. The Undo-Redo manager will use this interface to duplicate an object, and later restore it to the saved state.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcUndoable

The IMcUndoable type exposes the following members.

Methods
  NameDescription
Public methodBackup
Saves the state of an object implementing this interface into a variant.
Public methodRestore
Called by the Undo-Redo manager to restore a previously saved, object's state
Top
Remarks
This interface is currently exposed by McImage, McFeatures derived objects (McRegions, McLines and McPoints) and by McGraphOverlay.
See Also