Thank you for your reply.
Now I have tried UndoLastVertex in the Draw class as you suggested.
I works fine.
To use this I guess that instead of using the add command in Editor class, I need to make my own add functionality using Draw class.
Correct? Or is there any way to get a current Draw object instance from the editor?