|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::SetData function method sets the data parameter of the visualization.
| Note If the SetData method returns successfully, notification of a data change is issued to all observers of the data object. |
Result = Obj->[IDLitVisualization::]SetData(Data)
Returns a 1 if successful, or 0 if it fails.
A reference to the data object to be associated with the visualization parameter.
This method accepts all keywords accepted by the IDLitParameter::SetData method.
IDL Online Help (March 06, 2007)