Revit 2025 API
Synchronize |
Indicates whether Revit should relinquish borrowed elements after synchronizing with central.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool RelinquishBorrowedElements { get; }
Public ReadOnly Property RelinquishBorrowedElements As Boolean Get
public: property bool RelinquishBorrowedElements { bool get (); }
member RelinquishBorrowedElements : bool with get
Property Value
Boolean
This is a shortcut to access the value stored in CheckedOutElements.
See Also