The IDLitParameter::SetParameterSet function method is used to associate an IDLitParameterSet object with the visualization object's parameter interface. IDLitData objects contained in the parameter set object will be associated with the registered parameters of the visualization object, either based on the parameter names included in the parameter set object or on the iTool data types of the data objects. When the association of the parameter set's data objects with the visualization object's registered parameters is complete, the OnDataChangeUpdate method is called with the IDLitParameterSet object and the string '<PARAMETER SET>' as the arguments.
| Note |
This method will not destroy or delete the information contained in the specified IDLitParameterSet object.
Result = Obj->[IDLitParameter::]SetParameterSet(ParamSet)
Returns 1 if the IDLitParameterSet object was successfully associated with the visualization object's parameter interface, or 0 otherwise.
An IDLitParameterSet object to be associated with the visualization object's parameter interface.
None
Introduced: 6.0