Message 1 of 5
Use Revit API To Detach A Central File And Clean Up For Consultant Use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does the Revit API from version 2013 and higher possess the required methods to properly clean up a central file to provide it to a third party for their use? The command would need to do the following:
- Allow the user to select a central file to perform the command on
- Open the selected file detached from central, preserving worksets and performing an audit on it
- Remove all existing Revit links
- Remove all existing CAD Format links
- Perform a Purge on all unused items
- Save the file as a new detached central file to a new location
- Relinquish All Mine
Is there anything missing in the API that would make it impossible to perform all of these steps? Are there any steps missing that you would recommend also be performed before sending the file to a third party?
Thanks!