descendEIPPopupSelectionWindow
layout descendEIPPopupSelectionWindow cyclic { "off" | "shortform" | "fullform" | "highlightedobject" }
Description
Lists potential overlapping target objects under the selected object when you invoke the Edit in Place or Descend command. The valid values are:
-
off: Default. Details of overlapping target objects are not displayed. -
shortform: Lists the overlapping target objects and destination cellviews. -
fullform: Lists the overlapping target objects, destination cellviews, and hierarchy levels. -
highlightedobject: Lists the overlapping targets objects, destination cellviews, and hierarchy levels only for the selected object.
GUI Equivalent
Examples
envGetVal("layout" "descendEIPPopupSelectionWindow")
envSetVal("layout" "descendEIPPopupSelectionWindow" 'cyclic "highlightedobject")
Related Topics
Return to top