bdeNoteState

Takes diagram notes any changes that have occured.

Syntax

bdeNoteState(diagram, changes, purge);

Inputs

diagram
Diagram to note changes of.
Type: diagram
changes
Changes of state that have occured.
Type: string
purge (optional)
Purge previous notes.
Type: Boolean

Examples

Correct the diagram's links:
diagram = bdeGetCurrentDiagram();
        bdeNoteState(diagram, 'Added Super Block', false)