return-code-variable=GSET ('WINDOW', n, llx, lly, urx, ury);
Required Arguments
n
numeric constant or
numeric variable name; specifies the transformation number of the
window. Valid values are 1 to 20, inclusive.
llx
numeric constant or
numeric variable name; defines the x component of the lower left corner of the window; must not exceed
the value of urx. Units are
based on percent of the active viewport.
lly
numeric constant or
numeric variable name; defines the y component of the lower left corner of the window; must not exceed
the value of ury. Units are
based on percent of the active viewport.
urx
numeric constant or
numeric variable name; defines the x component of the upper right corner of the window. Units are based
on percent of the active viewport.
ury
numeric constant or
numeric variable name; defines the y component of the upper right corner of the window. Units are based
on percent of the active viewport.
The GSET('WINDOW',
. . . ) function defines a window and associates it with a transformation
number. See the TRANSNO for information about how to activate a window. See the
VIEWPORT for information about how to define a viewport for a window.