dbIsViaColorStateLayerLocked
dbIsViaColorStateLayerLocked(
d_dbViaId
t_dbViaLayerType
)
=> t / nil
Description
Indicates whether the coloring for the specified individual layer in a via is locked.
Arguments
Value Returned
|
Coloring state for the specified individual layer in a via is locked. |
|
|
Coloring state for the specified individual layer in a via is not locked or if there is an error. |
Example
Coloring state for the layer layer1 in the via via1t_m2_m1 is locked.
dbSetViaColorStateLayerLocked(via1t_m2_m1 "layer1" t) => t
dbIsViaColorStateLayerLocked(via1t_m2_m1 "layer1") => t
dbIsViaColorStateLocked(via1t_m2_m1) => t
Return to top