remove
Description:
public bool remove ()
Removes the Object at the current position from its parent.
If successful, this is advanced to the next position (since the current position will become invalid).
Parameters:
Returns:
true if the part at the current position was removed or false
otherwise.
|