dbIsBlockageColored
dbIsBlockageColored(
d_blockageId
)
=> t / nil
Description
Indicates whether the specified blockage is colored in a color other than grayColor.
Arguments
Value Returned
|
Returns |
|
|
Returns |
Example
dbIsBlockageColored( coloredBlockage ) => t
dbIsBlockageColored( dbCreateLayerBlockage( cvId "M1" "routing" '((0 0) (100 0) (100 100)) ) ) => nil ; newly created blockages are colored in gray color.
Return to top