geEnableNetNameDisplay
geEnableNetNameDisplay(
w_windowId
g_state
)
=> t / nil
Description
Enables the display of net name labels on shapes that are big enough to display a label. This SKILL function is supported only in Layout XL and higher tiers.
Arguments
|
ID of the window for which net name labels need to be displayed on shapes. |
|
|
Enables or disables the display of net name labels for a specified window ID. |
Value Returned
|
Net name label display for shapes in the specified window is enabled. |
|
Examples
The following example enables the net name label display for shapes in the specified window ID.
window = hiGetCurrentWindow()
geEnableNetNameDisplay(window t)
The following example disables the net name label display for shapes in the specified window ID.
geEnableNetNameDisplay(window nil)
Related Topics
Return to top