cloneJustify
layoutXL cloneJustify cyclic { "Center" | "Bottom left" | "Bottom right"| "Top left" | "Top right" }
Description
Controls the alignment of the clone you want to generate before you place it in the layout view.
When the clone is large, this environment variable helps to position the clone closer to another object.
GUI Equivalent
Examples
envGetVal("layoutXL" "cloneJustify")
envSetVal("layoutXL" "cloneJustify" 'cyclic "Bottom left")
envSetVal("layoutXL" "cloneJustify" 'cyclic "Top right")
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top