RasterTreeItem.setParentItem( parent )
Relocate this item as a child of the given parent item. If the given parent is a descendant of this item, the change request is ignored.Parameters
| Name | Type | Description | |
|---|---|---|---|
| parent | object | Reference to a tree item |
Returns
| Type | Description |
|---|---|
| object | The tree item object. This allow for chaining multiple setter methods in one single statement. |