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

gePushHilightStack

gePushHilightStack( 
g_hlSetId 
)
=> t / nil 

Description

Pushes a highlight set into the highlight stack of the cellview to which the highlight belongs.

The highlight set being pushed becomes the current highlight set. If a highlight set is already in the global list of the cellview, it cannot be pushed into the highlight stack.

Arguments

g_hlSetId

Database ID of the highlight set.

Value Returned

t

The highlight set is pushed into the highlight stack.

nil

The highlight set is not pushed into the highlight stack

Examples

Pushes highlight set set13 into the stack.

gePushHilightStack( set13 )

Related Topics

Highlight Functions


Return to top
 ⠀
X