dbFindRowRegion
dbFindRowRegion(d_cvId t_name) =>d_rowRegionId/ nil
Description
Searches for a rowRegion by the specified name in the given cellview.
Arguments
Value Returned
Examples
Searches for rowRegion in the cellview cv.
;Create rowRegion
rowRegion = dbCreateRowRegion(cv "rowRegion" "newRowRegionSpec" point)
;; Find rowRegion by name.
dbFindRowRegion(cv "rowRegion")
Related Topics
Placement Database Access Functions
Return to top