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

dbUnsetAreaBoundaryLayerPriorityOrder

dbUnsetAreaBoundaryLayerPriorityOrder(
d_areaBoundaryId
)
=> t / nil

Description

Deletes the layerPriorityOrder constraint on the given area boundary.

Arguments

d_areaBoundaryId

The ID of the area boundary.

Value Returned

t

Returns t if the layerPriorityOrder constraint is successfully deleted.

nil

Returns nil if the layerPriorityOrder constraint is not deleted successfully.

Example

dbUnsetAreaBoundaryLayerPriorityOrder(areaBndyId)
=> t

Return to top
 ⠀
X