Message 1 of 4
Pre Revit 2013 BatchFileInfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
First a little background I am using Revit 2021 and programming in C#.
I have developed myself an app for updating multiple Revit families/projects etc but have recently come across a problem were families/projects pre Revit 2013 are not being updated.
I believe the issue is that "BatchFileInfo" was not introduced until Revit 2013 and this is the bases of my app to filter out files utilising "IsSavedInCurrentVersion" and "IsWorkshared".
Is there an equivalent or a workaround for 2013 files and if so any pointers would be much appreciated.
Thank you in advance for any assistance.