dbSetViaCutLayerControl
dbSetViaCutLayerControl(
d_viaId
t_colorControl
)
=> t / nil
Description
Sets the color control for the cut layer shapes of the via master.
It is an error to assign color control to the layer without allowed colored masks or if via color state is locked.
Arguments
Value Returned
|
Returns nil is the color control is not set or an error occurs during execution |
Example
Returns nil because the color state is locked.
dbSetViaCutLayerControl( via "shift2" ) => t
dbSetViaColorStateLocked( via t ) => t
dbSetViaCutLayerControl( via "shift1" ) => nil
Return to top