Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello friends
you can control the option (view image)
PreserveOverrides when it recharges the cadlink?
regards
Using t As New Transaction(doc, "Reload Imports")
t.Start()
Dim cadLink As Autodesk.Revit.DB.CADLinkType = TryCast(doc.GetElement(typeId), CADLinkType)
cadLink.Reload()
t.Commit()
End Using
Solved! Go to Solution.