| Revit 2020.1 API |
| DetachFromCentralOption Enumeration |
| See Also |
Options for workset detachment behavior.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public enum DetachFromCentralOption |
| Visual Basic |
|---|
Public Enumeration DetachFromCentralOption |
| Visual C++ |
|---|
public enum class DetachFromCentralOption |
Members
| Member 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. |