LAYC/'layout name','view name'[,WORK[,{AUTO|SCALE,s}]][,IFERR,label:]
Creates a single view layout using a previously defined, specified view name.
|
Parameter |
Description |
|
'layout name' |
A string or string variable which represents the name of the layout being created. The layout is automatically filed as it is created. |
|
'view name' |
A string or string variable which represents the name of a previously defined view that is used to create the layout. |
|
WORK |
Minor word which indicates that the created layout should become the active layout. Unlike interactive Unigraphics, the layout can be created without automatically becoming active (if WORK is not specified). |
|
AUTO |
Minor word which indicates that a Fit operation be performed on the view as the layout is displayed. |
|
SCALE |
Minor word which indicates that the view is to be displayed at a specified scale in the layout. |
|
s |
A positive real number that represents the scale at which the view is displayed in the layout. |
|
IFERR,label: |
A label to which program execution jumps if an error occurs in creating the layout. |