Returns the indices of the all the siblings of a specified item.
trObj Do 'GetSiblings' inx
where inx is an integer scalar or one-element vector, the index number of the item of interest.
The result is an integer vector, the indices of all the siblings of item inx. It can be empty.
See also GetAncestors, GetChildren, GetDescendants.