RasterTree.getItemByValue( value )
Returns the tree item having a value attributte matching the given argument.Parameters
| Name | Type | Description | |
|---|---|---|---|
| value | any | A value matching the value attribute of a TreeItem. |
Returns
| Type | Description |
|---|---|
| object |
The tree item having a value attributte matching the given argument.
Returns if no tree item having a value attributte matching the
given argument is found. |