dbGetRowCompTypeSetDef
dbGetRowCompTypeSetDef(d_rowId) =>l_compTypeSetDefs/ nil
Description
Returns a list of dbCompTypeSetDefs referenced in the specified row.
Arguments
Value Returned
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