copyOrder
layout copyOrder cyclic { "Single" | "Step" | "Array" | "Line" }
Description
Specifies the way in which the copies of objects are created.
-
Single: Lets you create a single copy of objects. -
Step: Lets you copy the selected objects in an incremental manner. -
Array: Lets you copy the selected objects in an array form. -
Line: Supported for backward compatibility; it is the same as theStepoption. TheLineoption is not available on the Copy form.
GUI Equivalent
Examples
envGetVal("layout" "copyOrder")
envSetVal("layout" "copyOrder" 'cyclic "Step" )
envSetVal("layout" "copyOrder" 'cyclic "Array" )
Related Topics
Creating a Group Array by Using the Copy Form
Return to top