lePasteFigs
lePasteFigs(d_cellViewId l_destPt[t_rotation] [t_referenceParameter] ) => t / nil
Description
Places the contents of the yank buffer in cellview d_cellViewId at the destination point l_destPt.
Arguments
Value Returned
Example
Pastes the objects currently in the yank buffer, placing the reference point of the yanked objects at 100:100.
lePasteFigs( geGetEditCellView() 100:100 )
Interactive Function
Enter this function with the window ID argument only; the system prompts you to point to the location to place the yanked objects. If you do not specify w_windowId, the current window is used.
leHiPaste( [ w_windowId ] ) => t / nil
Related Topics
Return to top