dbMoveFig
dbMoveFig(d_figd_cellView[l_transform] ) =>d_fig/ nil
Description
Moves and transforms a figure, and places it in a cellview.
If d_cellView is nil, the figure is moved to the same cellview as the original figure and keeps the same ID. If d_cellView is not nil, the figure is copied to the specified cellview, the original figure is deleted, and the new figure has a different ID.
By default, coloring information is not copied. To copy coloring information, set the
cdba copyMPAttributes environment variable to t before using dbMoveFig.Arguments
Value Returned
Examples
dstFig = dbMoveFig(srcFig nil list(-1:2 "R180"))
Related Topics
Figure Creation and Retrieval Functions
Return to top