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