Batch Process: Command to turn off a particular level in a reference file


 Product:MicroStation
 Version:V8, 2004, XM, V8i, CONNECT, 2023
 Environment:N\A
 Area:Batch Processing
 Subarea:N\A

Problem

I would like to know the commands to turn off (and on) a particular level in a particular reference file on a sheet model; e.g. Reference file name "TestV08.dgn". I want to turn off the "Preliminary" level in that reference file on all sheets.

 

Solution

Logical name of reference at Sheet model as REF and the logical names of the sheet attachments as ISO and TOP



Command line for Batch Process:

LEVEL SET DISPLAY OFF file:"testV08.dgn" Preliminary;SELVIEW ALL;FILEDESIGN

REFERENCE LEVELS OFF PRELIMINARY REF->ISO;SELVIEW ALL;FILEDESIGN

REFERENCE LEVELS OFF PRELIMINARY REF->TOP;SELVIEW ALL;FILEDESIGN

See also

Nested Reference Key-In To Switch Levels On / Off

Batch Process: Toggle on/off display of specific levels in multiple design files (without references)

Other language sources

 Original Author:Judy Wong