RasterTreeItem.select( [add] )
Include this item in the tree selection.Parameters
Name | Type | Description | |
---|---|---|---|
add | boolean | optional |
true add the given item to the current list
selection (if any). When false , the previously list selection
is cleared before the given item is selected (default). |
Returns
Type | Description |
---|---|
object | The tree item object. This allow for chaining multiple setter methods in one single statement. |