IDLitVisualization::Remove

Syntax | Arguments | Keywords | Version History

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:

Syntax

Obj->[IDLitVisualization::]Remove, Object [, /NO_UPDATE]

Arguments

Object

A reference (or vector of references) to the object(s) to be removed from this visualization.

Keywords

NO_UPDATE

Set this keyword to indicate the scene should not be updated after objects are removed. By default, the overall scene is updated.

Version History

6.0

Introduced

6.1

Added NO_UPDATE keyword