leSetAllObjectsSelectable
leSetAllObjectsSelectable(g_isSelectable[d_techFileId] ) => t / nil
Description
Sets the selectability of LSW objects in technology file d_techFileId as specified by g_isSelectable. If d_techFileId is not given, the current LSW technology file is used.
Arguments
|
Whether to turn on (t), or off (nil) the selectability. Valid Values: |
|
Value Returned
Example
Sets LSW objects in technology file myTechFile to be selectable.
leSetAllObjectsSelectable( t myTechFile )
Return to top