Having trouble merging references in current project.
Need to keep the display order set in the update sequence when merging references.
Is there a way to do this either manually or programmatically with vba?
Regards,
Josh
Note: You can set display priority only for 2D files.
What happens if you open the reference file, select all elements (exclude cells) and set a priority through the Element Information dialog. Now merge the reference file into master.
Only way i can think of is with vba using element enumerator to set display priority for each element merged but hoping there's an easier way.