Next: Setting Object Properties Up: Object related Commands Previous: Creating and Destructing Objects Index
Selecting Objects
- DeselectAll()
- Deselects all objects.
- GetSelectedObject([nr])
- Returns the name of the selecteted object. ``nr'' if given indicates the number of the selected object, e.g. 0 means the first selected object, 1 means the second selected object and so on.
- SelectionCount()
- Returns the number of selected objects.
- SelectObject(``name'')
- Selects the object with the given name.