geSetInstViewLevel
geSetInstViewLevel(
w_windowId
d_instId
n_start
n_stop
)
=> t / nil
Description
Sets display start and stop threshold levels for an instance independently of the window levels.
The start level and stop level specified apply only to d_instId and only in w_windowId.
Arguments
Value Returned
Examples
Sets the display of the instance named |I11|MP0.3 to view levels from 0 to 1 of the hierarchy.
geSetInstViewLevel(
hiGetCurrentWindow()
dbFindAnyInstByName(geGetEditCellView() "|I11|MP0.3")
0 1
)
Related Topics
Return to top