RasterTreeItem.setText( text )
Sets the text displayed in this tree item.Parameters
Name | Type | Description | |
---|---|---|---|
text | string |
Text shown in the tree; set to null
if no text is needed. |
Returns
Type | Description |
---|---|
object | The tree item object. This allow for chaining multiple setter methods in one single statement. |