*ViewMode() - HyperView View Setting
Specifies an optional view related setting.
Syntax
*ViewMode(fit, std_view_name)
Application
HyperView
Inputs
- fit
 - Specifies whether the view should be fit to the window (true/false). See Comments below.
 - std_view_name
 - Predefined view names (front, back, iso, left, right, top, bottom, none). See Comments below.
 
Example
*ViewMode(fit, std_view_name)
      Comments
- "false" will use the *View statement settings and is the default setting.
 - "true" will override the *View statement settings.
 
- "none" will use the *View statement settings and is the default setting.
 - "left", "right", "top", "bottom", or "iso" will override the *View statement settings.