Revit 2023 API |
DetachFromCentralOption Enumeration |
See Also |
Options for workset detachment behavior.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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. |