IGETDATA
Syntax | Arguments | Keywords | iTool Visualizations Compatible with IGETDATA | Examples | Version History | See Also
The IGETDATA procedure retrieves data from a specified iTools object. It can also return the object itself.
This routine is written in the IDL language. Its source code can be found in the file igetdata.pro in the lib/itools subdirectory of the IDL distribution.
Syntax
IGETDATA, ID, Arg1, Arg2, ... [, OBJECT=Value] [, TOOL=iToolID]
Arguments
ID
A string containing the identifier of the iTools object from which to retrieve data. If you pass a partial identifier, the IGETID function is called to retrieve the full identifier string.
Args
Named variables that will contain the returned data.
Keywords
All other keywords are passed to the iTools object.
OBJECT
Set this keyword to a named variable that will contain an object reference to the iTool visualization object specified by Id.
TOOL
Set this keyword to a string specifying one or more iTools in which to search for Id. If this keyword is not set, only the current iTool is searched.
iTool Visualizations Compatible with IGETDATA
IGETDATA can retrieve data from the following iTool visualizations:
Examples
See the example for IPUTDATA.
Version History
See Also
IPUTDATA, IGETID, IGETCURRENT, ISETCURRENT, IGETPROPERTY, ISETPROPERTY, Controlling iTools from the IDL Command Line (iTool Developer's Guide), Using the iTools Procedural Interface