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

dbSetRowRegionUsesPartialRowSpec

dbSetRowRegionUsesPartialRowSpec(
d_rowRegionId 
g_value
) 
=> t / nil

Description

A Boolean indicating whether the population of rowRegion is set to fill the space with partial specialization of rowRegionSpec.

Arguments

d_rowRegionId

Database ID of a rowRegion.

g_value

A Boolean that determines whether rowRegion should be set to use partial specialization of rowRegionSpec.

Value Returned

t

Set or unset partial specialization of rowRegionSpec.

nil

Returned in case of failure.

Examples

Checks whether rowRegion is set to use partial specialization of rowRegionSpec.

; Create rowRegion
         rowRegion = dbCreateRowRegion(cv "rowRegion" "newRowRegionSpec" point)
         ;; Set RowRegion to use partial rowSpec.
         dbSetRowRegionUsesPartialRowSpec(rowRegion t)

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X