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

dbGetRowRegionUsesPartialRowSpec

dbGetRowRegionUsesPartialRowSpec(
d_rowRegionID
) 
=> t / nil

Description

Confirms whether the fill space of rowRegion should be populated with partial specialization of rowRegionSpec.

Arguments

d_rowRegionId

Database ID of a rowRegion.

Value Returned

t

Returned if the rowRegion uses partial specialization of rowRegionSpec.

nil

Returned if the rowRegion does not use partial specialization of rowRegionSpec.

Examples

Checks if a custom rowRegion uses partial rowRegionSpec.

; Create rowRegion.
rowRegion = dbCreateRowRegion(cv "rowRegion" "newRowRegionSpec" point t "R90")
; Query if the rowRegion uses partial rowRegionSpec.
         dbGetRowRegionUsesPartialRowSpec(rowRegion)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X