lxSelectSynchronousFamily
lxSelectSynchronousFamily( [ cloneList ] ) => t / nil
Description
Selects all the clones in the layout canvas and the Navigator that are members of the specified clone family. If all the family members are already selected, no more clones are selected on the canvas or in the Navigator. If any new clones are identified, they are selected on the canvas and in the Navigator.
Arguments
|
Represents a single synchronous clone or a list of selected figures, which are synchronous clones. If the selected set of figures contains any non-synchronous clones, they are ignored. |
Value Returned
|
Atleast one clone is present in the specified synchronous clone family. |
|
Example
lxSelectSynchronousFamily (cloneList)
Return to top