leHiDescend
leHiDescend( [w_windowId] [t_mode] ) => t / nil
Description
Lets you push down one level into the design hierarchy. You can preselect the instance to descend into. If no instances are selected, you are prompted to select an instance. If you do not specify w_windowId, the layout editor uses the current window.
If the master cell of the selected instance has more than one cellview available, the function must determine which cellview to descend into. If the Prompt For View Name field is not set, or if there is only one view available, you descend into the cellview that has been instantiated. If more than one view is available, and the Prompt For View Name field is set, a form is displayed containing a cyclic field with all the possible view names listed. You can then select the cellview to descend into.
When the t_mode argument is not specified, automatically selects the edit mode to use when descending into the hierarchy. If the current cellview is opened in edit mode, the new cellview is opened in edit mode; if the new cellview cannot be opened in edit mode, it is opened in read mode. If the current cellview is opened in read mode, the new cellview is opened in read mode.
Arguments
Value Returned
Return to top