Specifies an optional view related setting.
*ViewMode() - HyperView View SettingSpecifies an optional view related setting. |
|||||
*ViewMode() - HyperView View SettingSpecifies an optional view related setting. |
*This statement is currently written out only if it is parameterized, however in the future it will be exposed in all situations. This statement is supported starting in version 14.0.120.
Syntax |
*ViewMode(fit, std_view_name) |
|||||||||
Arguments |
Name |
Description |
||||||||
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) |
|||||||||
Application |
HyperView. |
|||||||||
Context |
||||||||||
Comments |
Fit Mode: "true" or "false".
Standard View: "left", "right", "top", "bottom", "iso", or "none" (the default setting).
Note - The Fit and Standard view arguments can be parameterized. |
|||||||||
See also |
|
|||||||||