Selecting Objects
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.