Difference between revisions of "SelectObjects Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 4: Line 4:
 
:Deselects all selected objects.
 
:Deselects all selected objects.
 
;SelectObjects[ <Object>, <Object>, ... ]
 
;SelectObjects[ <Object>, <Object>, ... ]
:Deselects all selected objects and selects objects passed as parameters. All parameters must be [[Labels and Captions|labeled]] objects (e.g. <code>SelectObjects[Midpoint[A,B]]</code> won't do anything).
+
:Deselects all objects and selects objects passed as parameters. All parameters must be [[Labels and Captions|labeled]] objects (e.g. <code>SelectObjects[Midpoint[A, B]]</code> won't do anything).
 +
:{{example|1=<div>Let ''A'', ''B'' and ''C'' be points. </div><div><code><nowiki>SelectObjects[A, B, C]</nowiki></code> selects points ''A'', ''B'' and ''C''.</div>}}

Revision as of 09:58, 16 July 2013



SelectObjects[ ]
Deselects all selected objects.
SelectObjects[ <Object>, <Object>, ... ]
Deselects all objects and selects objects passed as parameters. All parameters must be labeled objects (e.g. SelectObjects[Midpoint[A, B]] won't do anything).
Example:
Let A, B and C be points.
SelectObjects[A, B, C] selects points A, B and C.
© 2024 International GeoGebra Institute