|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::GetDataString function method retrieves a description of this visualization's data at the given x, y, and z location.
| Note This method is designed to be implemented as needed by subclasses. The IDLitVisualization::GetDataString method simply always returns an empty string |
Result = Obj->[IDLitVisualization::]GetDataString(XYZLocation)
Returns a string describing the visualization's data at the given location.
A three-element vector representing the x, y, and z location of the data for which a string description is to be returned.
None
IDL Online Help (March 06, 2007)