vhSelectiveMode
layoutDP vhSelectiveMode boolean { t | nil }
Description
Enables selective virtual hierarchy generation mode, which means a completely flat layout is generated even with the Virtual Hierarchy option enabled on the Generate Layout form. You can allow specific virtual hierarchies to be generated by marking the cells for virtual hierarchy generation using the CPH cells table.
The default is nil, which means all virtual hierarchies are generated.
GUI Equivalent
|
Launch – Configure Physical Hierarchy – Hierarchy Configuration Mode – Cells (table) |
|
Examples
envGetVal("layoutDP" "vhSelectiveMode")
envSetVal("layoutDP" "vhSelectiveMode" 'boolean t)
Related Topics
Return to top