DRAWE/['drawing name',]MOVE,'view name',x,y[,IFERR,label:]
Moves a specified view in a drawing. The view is moved to the new coordinates specified.
Parameter |
Description |
'drawing name' |
A string or string variable which represents the name of the drawing in which the view is moved. |
MOVE |
Minor word which indicates that a view is to be moved in a drawing. |
'view name' |
A string or string variable which represents the name of the view to be moved. |
x,y |
The coordinates which define the drawing reference point and are used to place the view in the drawing when it is moved. The coordinates are measured from the lower left hand corner of the drawing to the view reference point of the view being added. |
IFERR,label: |
Specifies a label to which the program jumps if an error occurs in editing the drawing. |