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
SyntaxPublic Interface IMcUndoable
The IMcUndoable type exposes the following members.
Methods
| Name | Description |
---|
 | Backup | Saves the state of an object implementing this interface into a variant. |
 | Restore | Called by the Undo-Redo manager to restore a previously saved, object's state |
Top
RemarksThis interface is currently exposed by McImage, McFeatures derived
objects (McRegions, McLines and McPoints) and by McGraphOverlay.
See Also