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:
- Values of unregistered properties.
- Values of properties registered after the data object is created.
- Property attribute values.
Note
If the data within the contained data object consists of object references, only the object references are copied.
Note
When a parameter set is copied, a new copy of each item in the parameter set is created with a new, unique, iTool identifier, even if the data item was originally added with the PRESERVE_LOCATION keyword set.
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