2023 Members
Changes 4
M

SynchronizeWithCentralOptions

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the SynchronizeWithCentralOptions
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetRelinquishOptions() nullNothingnullptr Gets the options which govern whether or not to relinquish elements and workset types.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetRelinquishOptions(RelinquishOptions) None Sets the options which govern whether or not to relinquish elements and workset types.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Comment string User description of changes made since the last Sync with Central. Empty by default.
P Compact bool 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.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P RelinquishBorrowedElements bool Indicates whether Revit should relinquish borrowed elements after synchronizing with central.
P RelinquishFamilyWorksets bool Indicates whether Revit should relinquish Family worksets after synchronizing with central.
P RelinquishProjectStandardWorksets bool Indicates whether Revit should relinquish Project Standard worksets after synchronizing with central.
P RelinquishUserCreatedWorksets bool Indicates whether Revit should relinquish user-created Standard worksets after synchronizing with central.
P RelinquishViewWorksets bool Indicates whether Revit should relinquish View worksets after synchronizing with central.
P SaveLocalAfter bool 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.
P SaveLocalBefore bool 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.
P SaveLocalFile bool Indicates whether Revit will save the local file at least once while synchronizing with central.