Method RecordObject
RecordObject(Object)
Records any changes done on the object after the RecordObject function.
Declaration
public void RecordObject(Object objectToUndo)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | objectToUndo | The reference to the object that you will be modifying. |