Skip to content

DESELECT_ALL ​

DESELECT_ALL resets the selection of all objects in one model.

Syntax ​

leo-grammar
CC "Modeling" DESELECT_ALL [ modelid:intVal] .


# --> RESULT ecode:intValue .
CC "Modeling" DESELECT_ALL [ modelid:intVal] .


# --> RESULT ecode:intValue .

Parameters ​

  • modelid (idValue, optional) -

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.

Details ​

The ID of the model is passed with modelid.
If no modelid is given, the command resets the selection in the currently active model.
A nonzero ecode value means that a model with the given ID is not opened.

DESELECT

Activity "aktiv6" is selected, "aktiv5" is not.

Hint: does not work for tabular modeling.

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3