lntHideNeighbors
lntHideNeighbors(
w_window
)
=> t / nil
Description
Hides displayed neighbors for the specified window. The computed neighbors are retained and can be displayed again using the lntShowNeighbors command. Use lntClearNeighbors to delete all neighbors.
Arguments
|
ID of the window in which computed neighbors are to be hidden. |
Value Returned
Example
window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntHideNeighbors(window)
lntShowNeighbors(window)
Computes and highlights neighbors for the traces in the current window, then hides them, then shows them again.
Related Topics
Return to top