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

dbAreaBoundaryHasLayerPriorityOrder

dbAreaBoundaryHasLayerPriorityOrder(
d_areaBoundaryId
)
=> t / nil

Description

Returns a boolean value indicating that the layerPriorityOrder constraints set on the specified area boundary.

Arguments

d_areaBoundaryId

The ID of the area boundary.

Value Returned

t

Returns t if the layerPriorityOrder constraint is set on the specified area boundary.

nil

Returns nil if the layerPriorityOrder constraint is not set on the specified area boundary.

Example

dbAreaBoundaryHasLayerPriorityOrder(areaBndyId)
=> t

Return to top
 ⠀
X