leSetAllLayerValid
leSetAllLayerValid(g_isValid[d_techFileId] ) => t / nil
Description
Sets the validity of all layers in technology file d_techFileId as specified by g_isValid. If d_techFileId is not specified, the current technology file is used.
Arguments
|
Specifies whether the layers in technology file d_techFileId are valid. |
|
|
The database ID of the technology file containing the layers. |
Value Returned
Example
Sets all layers in the technology file myTechFile to be valid.
leSetAllLayerValid( t myTechFile)
Return to top