Change view attribute line weight keyin


 Product:MicroStation
 Version:V8i, CONNECT
 Environment:N\A
 Area:Batch Processing
 Subarea:N\A

Problem

Change, view attribute Line Weight, keyin. I'm running a batch process on some files, and I need to be able to turn off Line Weights in the View Attributes. Is there a keyin that can dothis?

Solution

This keyin will allow you to change the line weights in the View

Attributes:

MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LineWeights False

Please note that in the above keyin, number "0" is the view number, but offset by 1, so this keyin runs on View 1.

To run the keyin on View 2, you would have to use the number "1" in the keyin, and adjust similarly for the other view windows.

"False" at the end can be substituted with "True".

False turns the Line Weights OFF and True turns them ON.



See also

Other language sources

 Original Author:Bentley Technical Support Group