autoPinCreateFigGroup
layoutXL.floorplan autoPinCreateFigGroup boolean { t | nil }
Description
Specifies whether the Auto-Create Pins tool needs to create pins as groups or figGroups.
The default value is nil, which means that groups are created. When it is set to t, then figGroups are created.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "autoPinCreateFigGroup")
envSetVal("layoutXL.floorplan" "autoPinCreateFigGroup" 'boolean t)
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top