lxToggleShowIncompleteNets
lxToggleShowIncompleteNets(
[ w_windowID ]
)
=> t / nil
Description
Toggles the visibility of the current set of incomplete nets displayed in the design canvas. The first time you run the command, it hides all currently visible incomplete nets and stores the list of incomplete nets for later retrieval. The next time you run the command, it restores the visibility of the stored set of incomplete nets.
To be able to show incomplete nets, the Annotation Browser must be initialized. It need not be displayed on the desktop; however, if you do hide it, you must switch off the Remove highlighting when browser is closed option in the Annotation Browser Options form, otherwise there can be no visible incomplete nets to show and hide.
Arguments
|
ID of the layout window in which you want the function to operate. If you do not specify a window ID, the current window is used. |
Value Returned
Return to top