bdeNoteState
Takes diagram notes any changes that have occured.
Syntax
bdeNoteState(diagram, changes, purge);
Inputs
- diagram
- Diagram to note changes of.
- changes
- Changes of state that have occured.
- purge (optional)
- Purge previous notes.
Examples
diagram = bdeGetCurrentDiagram();
bdeNoteState(diagram, 'Added Super Block', false)