dbIsFigSetGroup
dbIsFigSetGroup(
d_object
)
=> t / nil
Description
Determines whether the specified object is a FigSetGroup.
Arguments
Value Returned
Examples
Confirms that the object dbId is not a FigSetGroup.
dbIsFigSetGroup(dbId)
> nil
Related Topics
Return to top