bdeClearSelection

Takes diagram and clears any selections that have been made.

Syntax

bdeClearSelection(diagram);

Inputs

diagram
Diagram to clear selections of.
Type: diagram

Examples

Clear all selections of/on model:
diagram = bdeGetCurrentDiagram();
        bdeClearSelction(diagram)