View Attributes, Level Overrides

Hi,

i have hundreds of files to to change "Level Overrides",

i am changing by opening one by one drawing 

can any one please help me out how to fix this in batch

  • Hi Syed,

    Please add following text file in Batch process dialog. Add DGN files to process. See video.

    Rg,

    Sandeep

    #----------------------------------------------------------------------
    #
    #  Command file for batchprocess utility
    #
    #  This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt.
    #  Command file information:
    #       - Lines that start with the '#' character are treated as comments and ignored.
    #
    #----------------------------------------------------------------------
    MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LevelOverrides True

  • Hi Sundeep,

    How can i apply this to all open views

    "MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LevelOverrides True"

  • Hi Syed,

    I believe you should add following 4 lines in .txt file

    MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LevelOverrides True
    MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 1 LevelOverrides True
    MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 2 LevelOverrides True
    MDL KEYIN BENTLEY.VIEWATTRIBUTESDIALOG,VAD VIEWATTRIBUTESDIALOG SETATTRIBUTE 3 LevelOverrides True

    where 0, 1,2 and represents view 1,2,3 and 4 respectively. Hope this helps.

    Best Regards,

    Sandeep

    Answer Verified By: syed Razvi 

  • Hi Sundeep,

    you saved my lot of time

    Thank you very much.