makeCellCreatePins
layoutXL makeCellCreatePins boolean { t | nil }
Description
Controls whether the made cell created in Layout XL by using the Make Cell command has its pins created.
GUI Equivalent
|
Create Pins ( |
Examples
envGetVal("layoutXL" "makeCellCreatePins")
envSetVal("layoutXL" "makeCellCreatePins" 'boolean t)
envSetVal("layoutXL" "makeCellCreatePins" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top