dbSetPlaceAreaOrient
dbSetPlaceAreaOrient(
d_customPlacementArea
s_orientation
)
=> t / nil
Description
Sets the orientation of the specified custom placeArea.
Arguments
Value Returned
Examples
Sets the orientation of the place area in the current cellview.
placeArea = car(dbGetCellViewPlaceArea(geGetEditCellView())
dbSetPlaceAreaOrient(placeArea "R90")
Related Topics
Placement Database Access Functions
Return to top