lxCloneGetEquivalentFigs
lxCloneGetEquivalentFigs(t_figure) =>l_figures/ nil
Description
Returns a list of equivalent figures from other clones belonging to the same synchronous clone family.
Arguments
|
Database ID of a figure that is member of a synchronous clone figGroup. |
Value Returned
Examples
Here, r5 is an instance inside clone2.
r5 = dbFindAnyInstByName(cv "R5")
db:0x2dfdae21
Returns nil when the clone has not been edited.
lxCloneGetEquivalentFigs(r5) ;
nil
geSelectFig(clone2)
t
leHiEditInPlace()
t
Returns a list of figures after the clone has been edited.
lxCloneGetEquivalentFigs(r5)~>name
("R3" "R14")
Related Topics
Return to top