geIsNetNameDisplayActiveOnWindow
geIsNetNameDisplayActiveOnWindow(w_windowID) =>t/ nil
Description
Checks whether the Net Name Display functionality is supported for the given window ID.
Arguments
|
Window ID that needs to be checked for the Net Name Display functionality support. |
Value Returned
|
The Net Name Display functionality is available because the specified window is open in Layout XL and the cellview supports the functionality. The Net Name Display functionality being available does not mean that the functionality is enabled. Use geIsNetNameDisplayEnabled to check if the functionality is enabled for the specified window. |
|
|
The Net Name Display functionality is not available for the specified window. |
Examples
Evaluates window 2 to check if the Net Name Display functionality is supported.
geIsNetNameDisplayActiveOnWindow(window(2))
Related Topics
Return to top