Hello
We have recently upgraded lots of dgn files to V8 form VJ. A lot of these files have raster attached to them. We use a small web viewing program to view drawings online.
To view these drawings with raster attached correctly we have to reattach the raster using Raster Manager in Microstation V8i. I was wondering if there was a bulk way of reattaching (not reloading as this does not work) all the rasters using the bulk process.
First I have to detach all of the rasters which is easy (Raster Detach All). I want to know if there is a way to set up a csv file (or something simular) so I can use the attach option (raster attach fixed <filename>) but changing the file name with each drawing. We have set it up so that the file name of the raster is the same as the dgn but with a .cit extension.
Regards
Hi Glenn,
If you have some basic programmer experience you can probably code some mdl applications using the MicroStation SDK or create some MVBA routine which will do what you want.
I have attached some .mvba which attach all raster files found in a specified directory which was given to me some time ago.
HTH,
Mathieu
Thank you Mathieu. That has helped us a lot.