Prod.: Engine, ver.: 6014, ID: 60000811, Wish : Undo Group to be able to have a string to describe the undo and redo actions

Wish : Undo Group to be able to have a string to describe the undo and redo actions

Article60000811
TypeWish
ProductEngine
Version6014
Date Added3/13/2009
FixedYes [4/30/2009]
Submitted byChristian Holbrook
Keywords

Subject

Undo Group to be able to have a string to describe the undo and redo actions

Summary

Undo Group to be able to have a string todescribe the undo/redo actions

Solution

A new method was added to add Undo groups

Begin/End a Group of property changes.
"begin>True begins the group and false ends it.
description>A description for the group action.
Currently the Descriptions we use in our code are the following : MOVEGRIPS,PAN,ROTATE,COPY,ERASE,SCALE,MOVE,INSERT,CLIPPASTE,EXPLODE,ROTATE3D,MIRROR,ARRAY,BREAK,LOOKAT,OFFSET,FILLET,STRETCH,XREF,TEXTSTYLE,BLOCK,PURGE,ZOOM. Default value of description is GROUP which is used in several occasions also.
public void StoreUndoGroup(bool begin, string description)


Also a new property was added to the UndoGroup object named description.

string Description