lobRemoveCopyFill
lobRemoveCopyFill(d_cellviewID) =>t/nil
Description
(Virtuoso Layout Suite EXL) Removes all objects copy that were created using the copy fill functions from the specified cellview.
Arguments
Value Returned
|
There are no objects created using copy fill functions in the specified cellview. |
Examples
Removes all copy fill objects from the current cellview.
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
lobRemoveCopyFill(cellView)
Return to top