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

geGetFigHilightObjectId

geGetFigHilightObjectId( 
g_hlSetId 
d_figId 
)
=> g_hlObjectId / nil 

Description

Returns the highlight object ID of the object d_figId in the highlight set g_hlSetId.

Arguments

g_hlSetId

Database ID for the highlight set.

d_figId

Database ID for the object.

Value Returned

g_hlObjectId

The highlight object ID for the specified object.

nil

The highlight object ID is not found.

Examples

Returns the highlight object ID for the object fig2 in the highlight set set1.

geGetFigHilightObjectId( set1 fig2 )

Related Topics

Highlight Functions


Return to top
 ⠀
X