IGETDATA, ID, Arg1, Arg2, ... [, OBJECT=Value] [, TOOL=iToolID]
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.
Named variables that will contain the returned data.
All other keywords are passed to the iTools object.
Set this keyword to a named variable that will contain an object reference to the iTool visualization object specified by Id.
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.
IGETDATA can retrieve data from the following iTool visualizations:
Item |
Arguments |
Data Returned |
Colorbar |
RED |
Returns the color vectors from the contained palette. If only one argument is supplied, a 3xm array is returned. |
Contour |
Z, X, Y |
Returns the Z, X, and Y arrays of data. |
Image |
DATA |
Returns the image data. |
Plot |
[X], Y [, Z] |
Returns Y (if one argument is supplied); X, Y (if two arguments are supplied); X, Y, Z (if three arguments are supplied and it is a 3D plot). |
Plot3D |
X [, Y] [, Z] |
If Y and Z are not supplied, a 3xm array is returned in X. |
Polygon |
VERTICES |
Returns a 3xm array of vertices in device coordinates. |
Polyline |
VERTICES |
Returns a 3xm array of vertices in device coordinates. |
Region of Interest (ROI) |
VERTICES |
Returns a 3xm array of vertices in device coordinates. |
Surface |
Z |
Returns the surface as an mxn array. |
Text |
STRING |
Returns a string containing the text displayed. |
Vector |
U, V, X, Y |
Returns the U and V arrays, and the X and Y vectors. |
Volume |
VOL0 |
Returns the 3D volume arrays. |
See the example for IPUTDATA .
7.1 |
Introduced |
IPUTDATA , IGETID, IGETCURRENT, ISETCURRENT, IGETPROPERTY, ISETPROPERTY