Duplicate (Layout Editor)

Use: Duplicates layout objects.

Command: The specified objects are duplicated by the given count with the specified offset.

Syntax: Duplicate Array("NAME:options", "count:=", <count data>), Array("NAME:elements", <element names>), Array( <x>, <y>)

Return Value: None

Parameters: <count data> is the number of sets of new objects to be generated (and does not include the original objects)

<element names> is one or more strings with the names of layout objects

<x> is the x value for the offset

<y> is the y value for the offset

VB Example: oEditor.Duplicate Array("NAME:options", "count:=", 2), Array("NAME:elements", "rect_56"), Array( -0.018, 0.017)