Options for workset detachment behavior.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
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. |