<< Click to Display Table of Contents >> PopfromUndoRedoShapeList |
public Int32 PopfromUndoRedoShapeList()
Description:
Undo one step.
Return value:
Return the step number
Example:
private void menuEditUndo_Click(object sender, System.EventArgs e)
{
myCAD1.PopfromUndoRedoShapeList();
}