generateSoftBlocksInTargetLibrary
layoutDP generateSoftBlocksInTargetLibrary boolean { t | nil }
Description
Controls soft block layout creation for read-only libraries. Creates no soft blocks if CPH physical binding for the soft block is read-only.
The default is nil, which means soft blocks are created in the same library as the top cellview, if the CPH physical binding for the soft block is read-only.
GUI Equivalent
Examples
envGetVal("layoutDP" "generateSoftBlocksInTargetLibrary")
envSetVal("layoutDP" "generateSoftBlocksInTargetLibrary" 'boolean t)
Related Topics
Return to top