LAYR/'layout name'[,{AUTO|SCALE,s}][,IFERR,label:]
Retrieves an existing layout by specifying its name. The views in the layout can be retrieved with the scale factors with which they were saved, or by using a Fit operation on all views, or by using one scale for all views.
|
Parameter |
Description |
|
'layout name' |
A string or string variable which represents the name of the layout to be retrieved. |
|
AUTO |
Minor word which indicates that a Fit operation is to be performed on all views. |
|
SCALE |
Minor word which indicates that one scale value is specified for all views. |
|
s |
A positive real number greater than zero which represents the scale at which to retrieve all views in the layout. |
|
IFERR,label: |
A label to which program execution jumps if an error occurs during retrieval of the layout. |