dbGetRowRegionUsesPartialRowSpec
dbGetRowRegionUsesPartialRowSpec(
d_rowRegionID
)
=> t / nil
Description
Confirms whether the fill space of rowRegion should be populated with partial specialization of rowRegionSpec.
Arguments
Value Returned
|
Returned if the rowRegion uses partial specialization of rowRegionSpec. |
|
|
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