dbSetViaColorStateLayerLocked
dbSetViaColorStateLayerLocked(
d_dbViaId
t_dbViaLayerType
g_setLocked
)
=> t / nil
Description
Locks and unlocks the color state for individual layers in a via.
Arguments
|
Specifies the lock state for the specified layer: |
Value Returned
|
Color state for the specified layer in the given via is changed. |
|
Example
Color state for the layer layer1 in the via via1t_m2_m1 is changed to locked.
dbSetViaColorStateLayerLocked(via1t_m2_m1 "layer1" t) => t
dbIsViaColorStateLayerLocked(via1t_m2_m1 "layer1") => t
dbIsViaColorStateLocked(via1t_m2_m1) => t
Return to top