leSetLayerVisible
leSetLayerVisible(l_layerPurposePair g_isVisible[d_techFileId] ) => t / nil
Description
Sets the visibility of the layer specified by the layer-purpose pair as specified by g_isVisible. If d_techFileId is not specified, the current technology file Layer Selection Window (LSW) is used.
Arguments
|
Specifies whether the layer is visible.Valid Values: |
|
Value Returned
|
The visibility of the layer is not set to the specified value. |
Examples
Any of these examples sets layer poly1 purpose drawing to be visible and returns t.
leSetLayerVisible( list("poly1" "drawing") t )
leSetLayerVisible( list("poly1") t )
leSetLayerVisible( "poly1" t )
Return to top