PM_VIEWTOOL
Syntax
int_val = PM_VIEWTOOL ( view_handle, allow_regen );
- Input arguments
-
handle view_handle Handle of the view. int allow_regen Whether view regeneration is allowed (TRUE/1) or not allowed (FALSE/0).
Return Values
- Success:
-
int 0 User did not request the view to be regenerated. int 1 User requested the view to be regenerated.
- Failure:
-
int -1 Script interface error or invalid view handle or user canceled the view tool.
Description
This function can be called to open the view tool so that the user can edit the properties of the view.