dbGetCellViewCompTypeSetDef
dbGetCellViewCompTypeSetDef(d_cellViewId) =>d_compTypeSetDef/ nil
Description
This function returns a list of compTypeSetDef objects defined in the specified cellview.
Arguments
Value Returned
|
If a compTypeSetDef objects does not exist, |
Examples
Returns a list of compTypeSetDef objects defined in the current cellview.
cellViewId = geGetEditCellView()
compTypeSetDefs = dbGetCellViewCompTypeSetDef(cellViewId)
Related Topics
Placement Database Access Functions
Return to top