geIsNetNameDisplayEnabled
geIsNetNameDisplayEnabled(w_windowID) =>t/ nil
Description
Checks whether the Net Name Display functionality is enabled for the given window ID.
Arguments
|
Window ID for which the state of the Net Name Display functionality is evaluated. |
Value Returned
|
The Net Name Display functionality is enabled for the given window ID. |
|
|
The Net Name Display functionality is not enabled for the given window ID. |
Examples
Evaluates window 2 to check if the Net Name Display functionality is enabled.
geIsNetNameDisplayEnabled(window(2))
Related Topics
Return to top