modgenPToTOnCreateFigMode
layoutXL modgenPToTOnCreateFigMode cyclic { "ManualRoute" | "Ignore" }
Description
Specifies whether the manual editing mode should be turned on. When set to ManualRoute, the manual editing mode is turned on. Shapes and vias added in this mode are honored.
When set to Ignore, any new shape added is immediately deleted, and an appropriate message is displayed.
The default value is ManualRoute
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTOnCreateFigMode")
envSetVal("layoutXL" "modgenPToTOnCreateFigMode" 'cyclic "Ignore")
Return to top