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

dbIsFigSetGroup

dbIsFigSetGroup(
d_object
)
=> t / nil

Description

Determines whether the specified object is a FigSetGroup.

Arguments

d_object

ID of the object.

Value Returned

t

The object is a FigSetGroup.

nil

The object is not a FigSetGroup.

Examples

Confirms that the object dbId is not a FigSetGroup.

dbIsFigSetGroup(dbId)
> nil

Related Topics

FigSet Functions


Return to top
 ⠀
X