PM_RAISE_VIEW
Syntax
int_val = PM_RAISE_VIEW ( view_handle, control_3d_digit );
- Input arguments
-
handle view_handle Handle of the view. int control_3d_digit If set, then this view will be the controlling view during the next interactive 3D-digitizing operation, such as pick or get_point.
Return Values
- Success:
-
int 0 Raising the view succeeded.
- Failure:
-
int -1 Script interface error.
Description
This function raises a given view to the top of the window stack. Then the view window will not be obscured by any other window. Any view can be raised with this function, but if this function is used with drawings, the drawing page is always raised on top of other windows after the ribbon command is executed. In other words, the raised view does not stay on top of the window stack after the script is finished.