leSetInstSelectable
leSetInstSelectable(g_isSelectable[d_techFileId] ) => t / nil
Description
Sets the selectability of instances in the technology file specified by d_techFileId as specified by g_isSelectable. If d_techFileId is not specified, the current technology file is used.
Arguments
Value Returned
|
The selectability of the instances is set to the specified value. |
|
|
The selectability of the instances is not set to the specified value. |
Example
Sets instances in myTechFile to be selectable and returns t.
leSetInstSelectable( t myTechFile )
Return to top