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

geAddHilightTrackPattern

geAddHilightTrackPattern( 
g_hlSetId 
d_trackPatternId
)
=> g_hlObjectId / nil 

Description

Adds a track pattern to a highlight set.

Arguments

g_hlSetId

Database ID of the highlight set.

d_trackPatternId

The track pattern Id.

Value Returned

g_hlObjectId

The track pattern is added to the set.

nil

The track pattern is not added to the set.

Examples

win = window(3) 
cv=geGetEditCellView(win)
tp = nth(0 cv~>trackPatterns)
hilSet = geCreateHilightSet(cv ’("hilite" "drawing")) |
hilSet~>enable=t
geAddHilightTrackPattern(hilSet tp)

Related Topics

Highlight Functions

Return to top
 ⠀
X