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

dbAddObjectToGroup

dbAddObjectToGroup( 
d_group 
d_object 
) 
=> d_groupMem / nil 

Description

Adds a database object to a group.

For compatibility, the parameters are also accepted in the opposite order, unless d_object is itself a group.

Arguments

d_group

Database object of the group.

d_object

Database object to be added to the group.

Value Returned

d_groupMem

The dbObject of the group member if the database is successfully added to the group.

nil

The object is not added.

Examples

dbAddObjectToGroup(groupId objId) 

Related Topics

Group Creation and Modification Functions


Return to top
 ⠀
X