Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetPlaceAreaOrient

dbGetPlaceAreaOrient(
d_customPlacementArea 
)
=> s_orientation / nil 

Description

Returns the orientation of the specified custom placeArea.

Arguments

l_dbCompTypeSetDefs

  

Database ID of the custom placeArea.

Value Returned

s_orientation

The orientation of the custom placeAreas is returned.

nil

The custom placeArea ID is invalid

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
 ⠀
X