IDLitVisualization::GetDataString
Syntax | Return Value | Arguments | Keywords | Version History
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
Syntax
Result = Obj->[IDLitVisualization::]GetDataString(XYZLocation)
Return Value
Returns a string describing the visualization's data at the given location.
Arguments
XYZLocation
A three-element vector representing the x, y, and z location of the data for which a string description is to be returned.
Keywords
None
Version History