Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSetSelProtectionHighlightOptions

geSetSelProtectionHighlightOptions( 
w_window
d_cellview
[ l_options ]
)
=> t / nil 

Description

Sets the highlight options for objects that are marked protected.

Arguments

None

Value Returned

w_window

The window in which the specified highlight options are set on the protected objects.

d_cellview

The cellview in which the protected objects are to be selected.

l_options

List of highlight settings to be used on the protected objects. If no options are specified, the default settings will be applied.

Examples

Sets the following characteristics of the halo on the selection protected objects: Halo Mode: fadeout, Level: under, Width: thin, and Transparency: 40.

geSetSelProtectionHighlightOptions(windowId cellviewId list("fadeout" "under" "thin" 40)))

Related Topics

Selection Functions


Return to top
 ⠀
X