Detach(object)
Detaches a recordable object from the current Recorder, so that changes in this objects stop being recorded into the current Recorder.
Declaration
public void Detach(object obj)Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The recordable object whose changes no longer need to be recorded into the current Recorder. |
Remarks
This method implicitly detaches all descendants of obj from the current Recorder.