SelectionIF.removeSelection

Removes the specified child of the object from the object's selection.

interface SelectionIF
bool
removeSelection
(
int i
)

Parameters

i int

a #gint specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).

Return Value

Type: bool

TRUE if success, FALSE otherwise.

Meta