The result of the open conflict.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2019
Since: 2019
Syntax
| C# |
|---|
public enum OpenConflictResult |
| Visual Basic |
|---|
Public Enumeration OpenConflictResult |
| Visual C++ |
|---|
public enum class OpenConflictResult |
Members
| Member name | Description |
|---|---|
| KeepLocalChanges | Keeps the local changes and open the model. |
| DiscardLocalChangesAndOpenLatestVersion | Discard the local changes and open the latest version of the model. |
| Cancel | Cancel the open action. |