leIsLayerSelectable
leIsLayerSelectable(l_layerPurposePair[d_techFileId] ) => t / nil
Description
Checks whether the layer l_layerPurposePair is selectable.
Arguments
|
The database ID of the technology file containing the layer-purpose pair. |
Value Returned
Example
Returns t if layer-purpose pair poly1 drawing is selectable.
leIsLayerSelectable( list("poly1" "drawing") )
Return to top