sync_with_central
Synchronize an active workshared Revit document with the central model, with options to add a comment, compact the model, and relinquish borrowed elements.
Instructions
Synchronize the active workshared document with central.
Only works with workshared (central model) documents. For non-workshared documents, use save_document instead.
Args: comment: Sync comment visible in the worksharing log. compact: If True, compact the central model during sync. relinquish_all: If True (default), relinquish all borrowed elements and worksets after sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| compact | No | ||
| relinquish_all | No |