Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working with Revit and a document is Workshared.
I am using the following code to update the .rvt file on ACC:
SynchronizeWithCentralOptions synchronizeOptions = new SynchronizeWithCentralOptions();
synchronizeOptions.SetRelinquishOptions(new RelinquishOptions(true));
_document.SynchronizeWithCentral(new TransactWithCentralOptions(), synchronizeOptions);
This part of the code executed successfully, but after opening Autodesk Construction Cloud, the file version remains old and no changes are visible.
Please share an idea if you have one, what could be wrong, my goal is to update the model in ACC.
Thank you!
Solved! Go to Solution.