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

dbGetShapeSameMaskGroups

dbGetShapeSameMaskGroups(
d_shapeId
)
=> l_listofGroups / nil

Description

Accepts the object of the shape for which you want to retrieve a list of all groups of type 'sameMaskColor'.

Arguments

d_shapeId

Specifies the shape ID.

Value Returned

l_listofGroups

Returns a list of all groups of type 'sameMaskColor'

nil

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

Example

dbGetShapeSameMaskGroups(rectId) 
=> (db:0x32fadc1c)


Return to top
 ⠀
X