RasterTree.unselectItem( item )
Unselects an item in the Tree (if selected).Parameters
| Name | Type | Description | |
|---|---|---|---|
| item | object | A reference to a TreeItem object, or a value matching the value attribute of a TreeItem. If a item matching this argument is not found in the tree, this method does nothing. |
Returns
| Type | Description |
|---|---|
| object | The tree object. This allow for chaining multiple setter methods in one single statement. |