I have two cells that are in the same cell library. I am trying to run a batch process to replaces cell 1 with cell 2 for an entire set of DGNS. Does anyone know what the command file for such a process would look like?
With this VBA ReplaceCellByName.mvba, all cells in a DGN file can be replaced. Using the Batch Process tool, this tool can be executed on many DGN files automatically. Optionally the new cell can be placed as an annotation cell.The variable REPLACECELLFILE points to a text file where each line describes the old and new cell name and scale.Each line has the following format:
The new cell must be available in a library defined by MS_CELLLIST.
0675.ReplaceCellByName.zip