leSetAllObjectsVisible
leSetAllObjectsVisible(g_isVisible[d_techFileId] ) => t / nil
Description
Sets the visibility of LSW objects in technology file d_techFileId as specified by g_isVisible. If d_techFileId is not given, the current technology file is used.
Arguments
|
Whether to turn on ( |
|
|
The database ID of the technology file containing the layers. |
Value Returned
Example
Sets all LSW objects in technology file myTechFile to be visible.
leSetAllObjectsVisible( t myTechFile )
Return to top