dbGetPlacementGrid
dbGetPlacementGrid(d_cellviewId) =>l_placementGridInfo/ nil
Description
Returns the placement grid information for the specified cellview.
Arguments
Value Returned
|
The origin of the placement grid, and the pitch X and Y values are returned. |
|
Examples
The following returns the X origin, Y origin, X pitch, and Y pitch
dbGetPlacementGrid(geGetEditCellView())
((0.0 0.0) 10.0 10.0)
Related Topics
Placement Database Access Functions
Return to top