ccGetFromFig
ccGetFromFig(d_fig) =>o_owner/ nil
Description
(Virtuoso Photonics Option) Returns the ccShape object attached to the given database figure.
Arguments
Value Returned
|
ID of the ccShape object to which the specified figure is attached. |
|
Example
figs = ccGenFigs(path)
=> (db:0x2558af35 db:0x2558af3d)
ccGetFromFig(car figs)
=> cc@0x15a2201f
path
=> cc@0x15a2201f
Related Topics
Return to top