PCComponentControl.duplicateExtended Method
Duplicates the record.
Syntax
public void duplicateExtended(
RefRecId _duplicatedConfigurationControl,
RefRecId _duplicatedParentComponentControl,
Map _duplicatedComponentsMap)
Run On
Called
Parameters
- _duplicatedConfigurationControl
Type: RefRecId Extended Data Type
A reference to a duplicate PCConfigurationControl record that will be associated with the current definition.
- _duplicatedParentComponentControl
Type: RefRecId Extended Data Type
A reference to a duplicate PCConfigurationControl record that will be the parent that contains the current definition.
- _duplicatedComponentsMap
Type: Map Class
holds the map from orginal components to duplicated components.
Exceptions
Exception | Condition |
---|---|
Error | The duplicated component cannot be found. |