IDLitVisualization::SetParameterSet

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitVisualization::SetParameterSet function method associates a parameter set with this visualization.

Note
If the SetParameterSet method returns successfully, notification of a data change is issued to all observers of the visualization's data.

Syntax

Result = Obj->[IDLitVisualization::]SetParameterSet(ParameterSet)

Return Value

Returns a 1 if successful, or a 0 otherwise.

Arguments

ParameterSet

A reference to the IDLitParameterSet object to be associated with the visualization.

Keywords

None

Version History

6.0

Introduced