dbIsViaColorStateLocked
dbIsViaColorStateLocked(
d_viaId
)
=> t / nil
Description
Returns a Boolean indicating whether the coloring on the via is locked. The default value is nil.
Arguments
Value Returned
|
Returns |
Example
;Example 1
dbIsViaColorStateLocked( dbCreateVia( cvId viaDefId '(0 0) "R0" ) )
=> nil
;Example 2
dbSetViaColorStateLocked( via t ) => t
dbIsViaColorStateLocked( via ) => t
Return to top