IDLitParameter::GetParameterSet

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitParameter::GetParameterSet function method returns a reference to the IDLitParameterSet object associated with the visualization object.

Syntax

Result = Obj->[IDLitParameter::]GetParameterSet( [/DEEP_COPY] )

Return Value

Returns an IDLitParameterSet object that contains the IDLitData objects and associated parameter names for the visualization object.

Arguments

None

Keywords

DEEP_COPY

Set this keyword to cause GetParameterSet to return a parameter set that contains copies of the IDLitData objects used by the visualization object's registered parameters. If this keyword is not set, the parameter set returned by this function will contain references to the IDLitData objects that are being used by the visualization object's registered parameters.

Version History

6.0

Introduced