leSetAllLayerVisible
leSetAllLayerVisible(g_isVisible[d_techFileId] ) => t / nil
Description
Sets the visibility of all layers in technology file d_techFileId as specified by g_isVisible. If d_techFileId is not specified, the current technology file is used.
Arguments
|
Specifies whether all layers in technology file d_techFileId are visible. |
|
|
The database ID of the technology file containing the layers. |
Value Returned
|
The visibility of all layers is not set to the specified value. |
Example
Sets all layers in library myTechFile to be visible and returns t.
leSetAllLayerVisible( t myTechFile )
Return to top