IDLitTool::Add

Syntax | Arguments | Keywords | Version History

The IDLitTool::Add procedure method adds any item to the iTool. If called with a Visualization, that visualization is added to the current IDLitWindow object. If called with a data object, that data object is placed in the systems data manager. All other items are added to the iTool container.

Syntax

Obj->[IDLitTool::]Add, Item

Arguments

Item

The item to add to the iTool.

Keywords

This method passes keywords to the Add method of the appropriate object. If the target destination is a data object, no keywords are passed. If the target destination is a visualization object, the keywords are passed to the IDLitWindow::Add method; otherwise, the keywords are passed to the IDLitContainer::Add method.

Version History

6.0

Introduced