dbGetCellViewRailDef
dbGetCellViewRailDef(d_cellViewId) =>l_railDefObjects/ nil
Description
Returns a list of railDef objects defined in the specified cellview.
Arguments
Value Returned
Examples
Returns a list of railDef objects in the current cellview.
cellViewId = geGetEditCellView()
defs = dbGetCellViewRailDef(cellViewId)
Related Topics
Placement Database Access Functions
Return to top