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
|
A Boolean that determines whether rowRegion should be set to use partial specialization of rowRegionSpec. |
Value Returned
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