RasterListItem.select( [replace [, inRange]] )
Include this item in the list selection.
Parameters
| Name |
Type |
|
Description |
| replace |
boolean |
optional |
false adds the given item to the current list
selection (if any). When true, the previously list selection
is cleared before the given item is selected (default). |
| inRange |
boolean |
optional |
True select all the items in range from the last
selected item to the given item; false selects one item (default). |
Returns
| Type |
Description |
| object |
The list item object. This allow for chaining multiple setter methods in
one single statement. |