|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::Remove procedure method removes the given object(s) from the visualization.
This method overrides the IDL_Container::Remove method, which IDLitVisualization inherits since IDL_Container is a superclass of IDLgrModel. This specialized implementation of the Remove method performs the following actions:
Obj->[IDLitVisualization::]Remove, Object [, /NO_UPDATE]
A reference (or vector of references) to the object(s) to be removed from this visualization.
Set this keyword to indicate the scene should not be updated after objects are removed. By default, the overall scene is updated.
IDL Online Help (March 06, 2007)