Engine.NewUndoItemCreator ( kindParam, editedFileParam, editDescription = "")
Creates and returns a new UndoItemCreator object.
kindParam As EditKinds
[In] Specifies the kind of edit that the UndoItemCreator creates an undo item for.
editedFileParam As PropertyObjectFile
[In] Pass the file you are editing.
editDescription As String
[In] Pass a string to use as the UndoDescription and RedoDescription of the undo item that the UndoItemCreator creates. If you pass an empty string, the UndoItemCreator uses a default description.
This parameter has a default value of "".