apDeleteDeviceRowRegions
apDeleteDeviceRowRegions ( [d_cv] [S_placementStyle] [S_engineName] ) =>t/ nil
Description
(Virtuoso Layout Suite EXL and above) Deletes all automatically created rows and row regions for the specified placement style or engine. The function honors the options specified either in the Auto P&R Assistant or through the vreSetOptions SKILL function.
Arguments
|
Specifies the placement style as either |
|
|
Specifies the name of the placement engine, for example, |
Value Returned
Examples
Uses the options in the Auto P&R Assistant for device style.
cv = geGetEditCellView()
apDeleteDeviceRowRegions(cv 'device 'ap)
Uses the options in batch mode for device style.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'device 'ap)
vreSetOption(handle 'setup_createRowRegion t)
apDeleteDeviceRowRegions(cv 'device 'ap)
Related Topics
Return to top