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

mptReColorSelection

mptReColorSelection(
d_cellViewID 
l_selection 
)
=> t / nil

Description

Recolors the shapes specified in the selection set in the specified cellview.

Arguments

d_cellViewID

The database ID of the cellview.

l_selection

List of shapes to be recolored

Values Returned

t

Recoloring was performed.

nil

Recoloring was not successful.

Examples

mptReColorSelection(cv 
geGetObjectSelectedSet(cv)) )

Recolors the selection set in the cellview, cv.


Return to top
 ⠀
X