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

dbSetAreaBoundaryLayerPriorityOrder

dbSetAreaBoundaryLayerPriorityOrder(
d_areaBoundaryId
g_value
)
=> t / nil

Description

Sets the value of the layerPriorityOrder constraint on the given area boundary.

Arguments

d_areaBoundaryId

The database ID of the area boundary.

g_value

The value of the layerPriorityOrder constraint that you want to set.

Value Returned

t

Returns t if the value of the layerPriorityOrder constraint is successfully set.

nil

Returns nil if the value of the layerPriorityOrder constraint cannot be set successfully.

Example

dbSetAreaBoundaryLayerPriorityOrder(areaBndyId t) => t

Return to top
 ⠀
X