mptIsMaskColorShown
mptIsMaskColorShown(
t_layerName
x_maskNumber
)
=> t / nil
Description
Checks whether the specified mask color is visible for the layer.
Arguments
|
Mask color is 1, 2, and so on, up to the number of masks defined in the technology library for the layer. |
Value Returned
|
The specified mask color is not visible (hidden) for the layer. |
Example
mptIsMaskColorShown( "Metal1" 2 )
Checks whether mask2Color is visible for the Metal1 layer.
Return to top