lobIsCopyFill
lobIsCopyFill(d_dbID) =>t/nil
Description
(Virtuoso Layout Suite EXL) Checks whether the specified object has been created using the copy fill functions.
Arguments
Value Returned
Examples
Selects all copy fill instances that exist within a cellview and checks whether they were created using the copy fill functions.
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
geSelectFigs(setof(inst cellView~>instances lobIsCopyFill(inst))
)
)
Return to top