leSetLayerValid
leSetLayerValid(l_layerPurposePair g_isValid[d_techFileId] ) => t / nil
Description
Sets the validity of layer l_layerPurposePair as specified by g_isValid. If d_techFileId is not specified, the current technology file is used. Only valid layers are displayed in the Layer Selection Window.
Arguments
|
Specifies whether the layer l_layerPurposePair is valid. |
|
|
The database ID of the technology file containing the layer-purpose pair. |
|
Value Returned
Example
Sets the layer-purpose pair metal1 drawing in technology file myTechFile to be invalid.
leSetLayerValid( list("metal1" "drawing") nil myTechFile )
Return to top