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

geAddHilightLine

geAddHilightLine( 
g_hlSetId 
l_points 
)
=> g_hlObjectId / nil 

Description

Adds a line to a highlight set.

The points in l_points specify the location of the line.

Arguments

g_hlSetId

Database ID of the highlight set.

l_points

List of points used to describe the line.

Value Returned

g_hlObjectId

The line is added to the set.

nil

The line is not added to the set.

Examples

Adds a line to the highlight set set1 and returns the object ID of the line.

geAddHilightLine( set1 list(0:0 10:0 10:10) )

Related Topics

Highlight Functions


Return to top
 ⠀
X