UndoItemCreator.HaveEditsBeenMade
- Updated2024-10-09
- 1 minute(s) read
UndoItemCreator.HaveEditsBeenMade
Syntax
UndoItemCreator.HaveEditsBeenMade
Data Type
Purpose
This property is True if you modify a TestStand object between calls to the UndoItemCreator.BeginEdit method and UndoItemCreator.EndEdit method or between calls to the UndoItemCreator.BeginBatchEdit method and UndoItemCreator.EndBatchEdit method. If this property is False , do not increment the change count of the edited file or call the UndoItemCreator.CreateAndPostUndoItem method.
See Also
UndoItemCreator.BeginBatchEdit