The EditRedo transaction redoes the last change made to an object on an edit layer. Changes include placing and deleting objects, but not moving and resizing them. This transaction cannot be used until an action has been undone using the EditUndo transaction, or the Edit, Undo command in the user interface.
Type XTYP_EXECUTE
Syntax [EditRedo(docwinID, pageID, layerID)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
pageID |
DWORD |
0 | pageID |
current | specific |
|
layerID |
DWORD |
identifier of the layer to perform the redo operation on | |
Release information
Added in Release 4.44.
See also