DRAWE/['drawing name',]DVSTAT,'view name',{REF|ACTIVE}[,IFERR,label:]
Changes the status of a view between active and reference on the specified drawing. The specified drawing must be the current drawing. It is not, it will generate an error.
Parameter |
Description |
'drawing name' |
A string or string variable which represents the name of the drawing where the view is located. |
DVSTAT |
Minor word which indicates that the status of the specified view is to be changed. |
'view name' |
A string or string variable which represents the name of the view whose status is to be changed. |
REF |
Minor word which indicates that the status of the view should be changed to reference. |
ACTIVE |
Minor word which indicates that the status of the view should be changed to active. |
IFERR,label: |
Specifies a label to which the program jumps if an error occurs in editing the drawing. |