leSetLayerSelectable
leSetLayerSelectable(l_layerPurposePair g_isSelectable[d_techFileId] ) => t / nil
Description
Sets the selectability of shapes on layer l_layerPurposePair in technology file d_techFileId as specified by g_isSelectable. If d_techFileId is not specified, the current technology file is used. For shapes on a layer to be selectable, the layer must be valid, visible, and selectable.
Arguments
|
Specifies if the layer l_layerPurposePair is selectable. |
|
Value Returned
Examples
Any of these examples sets layer poly1 purpose drawing to be selectable and returns t.
leSetLayerSelectable( list("poly1" "drawing") t )
leSetLayerselectable( list("poly1") t )
leSetLayerSelectable( "poly1" t )
Return to top