SelectObjects Command

From GeoGebra Manual
Revision as of 09:09, 12 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


SelectObjects( )
Deselects all selected objects.
SelectObjects( <Object>, <Object>, ... )
Deselects all objects and selects objects passed as parameters. All parameters must be labeled objects.
Examples:
  • Let A, B and C be points. SelectObjects(A, B, C) selects points A, B and C.
  • The command SelectObjects(Midpoint(A, B)) has no effect, besides deselecting all selected objects.
Note: This command now cancels any drag that is in progress (useful in scripts).
© 2024 International GeoGebra Institute