SynchronizeWithCentralOptionsGetRelinquishOptions Method |
Gets the options which govern whether or not to relinquish elements and workset types.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RelinquishOptions GetRelinquishOptions()
Public Function GetRelinquishOptions As RelinquishOptions
public:
RelinquishOptions^ GetRelinquishOptions()
member GetRelinquishOptions : unit -> RelinquishOptions
Return Value
RelinquishOptions
The options. If
, synchronize with central will relinquish the current user's ownership of all worksets and all elements.
See Also