dbGetCellViewFigSetGroups
dbGetCellViewFigSetGroups(d_cellView) =>l_figSetGroups/ nil
Description
Returns a list of FigSetGroups in the specified cellview.
Arguments
Value Returned
Examples
Returns the FigSetGroups db:0x32e3f19b and db:0x32e3f19c in the cellview cv.
dbGetCellViewFigSetGroups(cv)
> (db:0x32e3f19b db:0x32e3f19c)
Related Topics
Return to top