IDLitWindow::Add

Syntax | Arguments | Keywords | Version History

The IDLitWindow::Add procedure method adds the given object(s) to the window.

Syntax

Obj->[IDLitWindow::]Add, Objects [, POSITION=value]

Arguments

Objects

A reference (or array of references) to the object(s) to be added to the window. Any of the objects that inherit from IDLgrViewGroup are added directly to the window's scene, which represents a container for all of the views (and their corresponding visualization hierarchies) that appear within a window. The remaining objects are added to the current view within the window's scene.

Keywords

POSITION

Set this keyword equal to a scalar or array containing the zero-based indices of the position within the container at which the new object should be placed.

Version History

6.0

Introduced