bdeClearSelection
Takes diagram and clears any selections that have been made.
Syntax
bdeClearSelection(diagram);
Inputs
- diagram
- Diagram to clear selections of.
Examples
Clear all selections of/on model:
diagram = bdeGetCurrentDiagram();
bdeClearSelction(diagram)