Is there a Revit Synchronize node?

Old LISP coder guy here, way out of my element. So I started working with Dynamo and my goal is to create a timer. I’m measuring network latency and want to time the synchronization process. I think I have the timer part done but I can’t find a way to initialize the synchronization of the models. Can anyone point me in the right direction? Thx!

http://help.autodesk.com/view/RVT/2014/ENU/?guid=GUID-95A89253-7B8C-43A6-BE90-0C7B90FA237F

OH!! Outstanding, thank you VERY much!

Hi, I was wondering if someone was able to get this synchronize node to run?

1 Like

@Ben_Barfoot does this code throw an error? what happens when you try and execute it?

This works fine.
I just added doc = DocumentManager.Instance.CurrentDBDocument

Save yourself some typing here; http://pastebin.com/qysL7s3V

Is there a way to get this to return an output when synch is complete or fails for some reason?
Would something like try…else work?

1 Like