dbGetPlaceAreaOrient
dbGetPlaceAreaOrient(d_customPlacementArea) =>s_orientation/ nil
Description
Returns the orientation of the specified custom placeArea.
Arguments
Value Returned
Examples
Retrieves the the orientation of the specified custom place area.
placeArea = car(dbGetCellViewPlaceArea(geGetEditCellView())
dbGetPlaceAreaOrient(placeArea)
Related Topics
Placement Database Access Functions
Return to top