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

dbGetRowCompTypeSetDef

dbGetRowCompTypeSetDef(
d_rowId
)
=> l_compTypeSetDefs / nil 

Description

Returns a list of dbCompTypeSetDefs referenced in the specified row.

Arguments

d_rowId

Database ID of the row.

Value Returned

l_dbCompTypeSetDefs

  

A list of dbCompTypeSetDefs is returned.

nil

The row ID is invalid

Examples

Returns a list of dbCompTypeSetDefs in the specified row.

row = car(geGetEditCellView()~>rows)
myCompTypeSetDefs = dbGetRowCompTypeSetDef(row)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X