|
IDL Reference Guide: iTools Object Classes |
|
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.
Obj->[IDLitTool::]Add, Item
The item to add to the iTool.
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.
IDL Online Help (March 06, 2007)