|
IDL Reference Guide: Miscellaneous Object Classes |
|
The IDL_Container::Remove procedure method removes an object from the container.
Obj->[IDL_Container::]Remove [, Child_object] [, POSITION=index] [, /ALL]
An object reference or array of object references for the objects to be removed from the container. If Child_object is not provided (and neither the ALL nor POSITION keyword are set), the first object in the container will be removed.
Set this keyword to remove all objects from the container. If this keyword is set, the Child_object argument is not required.
Set this keyword equal to the zero-based index of the object to be removed. If the Child_object argument is supplied, this keyword is ignored.
IDL Online Help (March 06, 2007)