Define a View for an Object
You can define view binding rules in different ways and at different levels of a design. The Hierarchy Editor uses the following order of precedence (listed from highest precedence to lowest precedence) to select the view for an object:
- Occurrence binding
- Instance-level View to Use binding
- Cell-level View to Use binding
- Instance-level Inherited View List
- Cell-level Inherited View List
- Global View List
Related Topics
Rules Definition at the Global Level
Rules Definition at the Cell Level
Rules Definition at the Instance Level
Rules Definition at the Occurrence Level
Return to top