Namespace:
Autodesk.Revit.DB
DetachFromCentralOption
Enumeration
Description:
Options for workset detachment behavior.
Options for workset detachment behavior.
Syntax
public enum DetachFromCentralOption
Unknown Namespace Members:
| Name | Description |
|---|---|
| DoNotDetach | Do not detach the file being opened from its central file. |
| DetachAndPreserveWorksets | Detach the file being opened from its central file. |
| DetachAndDiscardWorksets | Detach the model being opened from its central model and discard worksets/worksharing. |
| ClearTransmittedSaveAsNewCentral | After opening the transmitted, workshared model, immediately resave it with its current name and clear the transmitted flag. |