cloningDoExactMatch
layoutXL cloningDoExactMatch boolean { t | nil }
Description
Requires that the parameter values on target components match the parameter values on the source components exactly. When switched off, Layout XL will also suggest targets that have different parameters and values.
If required, you can update the parameters and values when you generate a clone by setting the cloneJustify environment variable to
t.GUI Equivalent
|
Exact Parameters (Generate Clones Form) |
Examples
envGetVal("layoutXL" "cloningDoExactMatch")
envSetVal("layoutXL" "cloningDoExactMatch" 'boolean t)
envSetVal("layoutXL" "cloningDoExactMatch" 'boolean nil)
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top