Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

d_cellviewID

Database ID of the cellview.

Value Returned

t

One or more objects were deleted.

nil

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
 ⠀
X