IDLitVisualization::SetData
Syntax | Return Value | Arguments | Keywords | Version History
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.
Syntax
Result = Obj->[IDLitVisualization::]SetData(Data)
Return Value
Returns a 1 if successful, or 0 if it fails.
Arguments
Data
A reference to the data object to be associated with the visualization parameter.
Keywords
This method accepts all keywords accepted by the IDLitParameter::SetData method.
Version History