leIsInstSelectable
leIsInstSelectable(
[ d_techFileId ]
)
=> t / nil
Description
Checks whether the instances in d_techFileId are selectable. If d_techFileId is not specified, the current technology file is used.
Arguments
Value Returned
Example
Returns t if instances in myTech are selectable.
leIsInstSelectable( myTech)
Return to top