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

dbGetGroupsWithDef

dbGetGroupsWithDef( 
d_cellViewID 
t_groupDefName
) 
=> d_group / nil 

Description

Returns a list of groups in the specified cellview and of the specified group definition name.

Arguments

d_cellViewID

ID of the database object.

t_groupDefName

Name of the group definition.

Value Returned

d_group

List of groups is returned if the cellview with the specified ID exists.

nil

nil is returned if the cellview with the specified ID does not exist.

Examples

dbGetGroupsWithDef( )

Related Topics

Group Creation and Modification Functions


Return to top
 ⠀
X