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

dbGetSameMaskDiffMaskGroups

dbGetSameMaskDiffMaskGroups(
d_sameMaskGroupId
)
=> l_listofGroups / nil

Description

Accepts an object with the same mask color group as a parameter and returns a list of all groups of type 'diffMaskColor'.

Arguments

d_sameMaskGroupId

An object of the same mask color group

Value Returned

l_listofGroups

Returns a list of all groups of type 'diffMaskColor'

nil

Returns nil if no groups of type 'diffMaskColor' exist or error occurs during execution

Example

dbGetSameMaskDiffMaskGroups(groupId) 
=> (db:0x32fadc1c)

Return to top
 ⠀
X