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

geCreateHilightGroup

geCreateHilightGroup( 
h_hlSetId 
[ l_hlObjects ]
)
=> hlGroupId / nil 

Description

Creates a group container in the given highlight set.

A group container is used to group together highlight objects of a specified highlight set. Optionally, a parameter list of highlight objects can be specified for the group container.

Arguments

h_hlSetId

The database ID of the highlight set.

l_hlObjects

Optional argument that lists highlight objects to be placed in the group container being created.

Value Returned

hlGroupId

The database ID of the group container.

nil

The highlight set ID is invalid.

Examples

geCreateHilightGroup( hsetId list(hlObject1 hlObject2))

Related Topics

Highlight Functions


Return to top
 ⠀
X