The IDLitVisualization::Add procedure method adds objects to the visualization container.
This method overrides the superclass IDLgrModel::Add method. This specialized implementation performs the following actions:
Obj->[IDLitVisualization::]Add, Objects [, /AGGREGATE] [, /NO_UPDATE] [, POSITION=index]
An object reference (or array of object references), each referring to an atomic graphic object, an IDLgrModel, or another IDLitVisualization object to be added to the visualization container.
Set this keyword to indicate that the object(s) being added should become part of this visualization's property aggregate. The properties of all aggregated objects are exposed as properties of this visualization (accessible via the GetProperty and SetProperty methods).
Set this keyword to indicate that the overall scene should not be updated after the addition of the object(s). By default, the overall scene is updated.
Set this keyword equal to a scalar or vector of zero-based index values. The number of elements specified must be equal to the number of object references specified by the Objects argument. Each index value specifies the position within this visualization container at which the corresponding object should be placed. The default is to add new objects at the end of the list of contained items.
The following keyword is obsolete:
For information on obsolete keywords, see Obsolete Features.
Introduced: 6.0
Obsoleted GROUP keyword: 6.1