RasterTreeItem.setSiblingItem( sibling, after )
Relocate this item before or after the given sibling. If the given sibling is a descendant of this item, the change request is ignored.Parameters
Name | Type | Description | |
---|---|---|---|
sibling | object | Reference to a tree item | |
after | boolean |
True place this item after the given sibling; false
place this item before the given sibling. |
Returns
Type | Description |
---|---|
object | The tree item object. This allow for chaining multiple setter methods in one single statement. |