If you utilize the reload from from the manage link options this will keep the graphical settings between files. This can also be done via the api by using the âloadfromâ command which you can code it within python.
Thanks Brendan,
I need this in case the file has been deleted by mistake
Actually I have just noticed that when you transfer view templates between files graphic overrides to links are not transfered.
Any idea how to copy this info between files???
When a Revit Link or Dwg Link gets deleted from a Revit File the information in the view template associated to these links disappear, I wonder if it is possible to copy this information from a backup.
I tried transfer project standards, copy view templates from file but somehow this information is not transfered.
*Same thing happen if we transfer object styles, layer setup in these links is not transfered when we transfer object styles.
Hmm well this would be the equivalent of selecting âReload FromâŚâ in Manage Links within Revit itself, correct? If so, then yes this would be possible within Dynamo, but would require Python as @Brendan_Cassidy mentioned above - specifically with the LoadFrom method
I guess I was wondering if that was a more fundamental method than is available from the Reload⌠Remapping the location so Revit didnât realise there was a differenceâŚRight now it knows there has been a new path given (at some level).