IDLitParameterSet::Copy

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitParameterSet::Copy function method will return a copy of the parameter set and its contents. All items contained in the parameter set (and their data) are copied and added to the new parameter set.

For individual data objects contained in the parameter set, the following values are not copied:

Syntax

Result = Obj->[IDLitParameterSet::]Copy()

Return Value

Returns an IDLitParameterSet object that is a copy of the parameter set object on which the method was called.

Arguments

None

Keywords

None

Version History

6.0

Introduced