
Originally Posted by
pfaudler
Ah! not possible. Didn't realise with 2012 API it is not permitted. I have couple of codes that I developed back in 2010 and used BeginTransaction() and EndTransaction() methods to achieve this but in 2012 it is not possible..the only wany I can think of this working is to open each link and change values and close. But instead of opening each link automatically I would rather open them individually and run this command manually...for now..until we can change linked files elements via API, again.
Phillip, let me know if you find any info on this.
....from AUGI post ...I have a code that I wrote in Revit 2010 using doc.BeginTransaction() and doc.EndTransaction(). I would like to use it in Revit 2012 but can't convert it to 2012 comliant. It throws transaction error message.
R