SynchronizeWithCentralOptions Class

SynchronizeWithCentralOptions Class

Options to control behavior of synchronization with central.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBSynchronizeWithCentralOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public class SynchronizeWithCentralOptions : IDisposable
Public Class SynchronizeWithCentralOptions
	Implements IDisposable
public ref class SynchronizeWithCentralOptions : IDisposable
type SynchronizeWithCentralOptions = 
    class
        interface IDisposable
    end

The SynchronizeWithCentralOptions type exposes the following members.

Constructors
 NameDescription
Public methodSynchronizeWithCentralOptions Constructs a new instance of SynchronizeWithCentralOptions initialized with default options.
Top
Properties
 NameDescription
Public propertyComment User description of changes made since the last Sync with Central. Empty by default.
Public propertyCompact Indicates whether Revit should compact the central model while synchronizing with central. This option reduces the size of the central model but many increase the time it takes to perform the save. False by default.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRelinquishBorrowedElements Indicates whether Revit should relinquish borrowed elements after synchronizing with central.
Public propertyRelinquishFamilyWorksets Indicates whether Revit should relinquish Family worksets after synchronizing with central.
Public propertyRelinquishProjectStandardWorksets Indicates whether Revit should relinquish Project Standard worksets after synchronizing with central.
Public propertyRelinquishUserCreatedWorksets Indicates whether Revit should relinquish user-created Standard worksets after synchronizing with central.
Public propertyRelinquishViewWorksets Indicates whether Revit should relinquish View worksets after synchronizing with central.
Public propertySaveLocalAfter True means to save local after saving changes to central. True by default. Silently ignored if the model in the current session is central rather than local.
Public propertySaveLocalBefore True means to save local before the first reload latest if there are changes not yet saved to local. True by default. Silently ignored if the model in the current session is central rather than local.
Public propertySaveLocalFile Indicates whether Revit will save the local file at least once while synchronizing with central.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the SynchronizeWithCentralOptions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRelinquishOptions Gets the options which govern whether or not to relinquish elements and workset types.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetRelinquishOptions Sets the options which govern whether or not to relinquish elements and workset types.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also