OpenConflictScenario Enumeration |
The kinds of conflicts happened during open.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum OpenConflictScenario
Public Enumeration OpenConflictScenario
public enum class OpenConflictScenario
type OpenConflictScenario
MembersMember name | Value | Description |
---|
Rollback | 0 |
Central model is restored to an earlier version.
|
Relinquished | 1 |
Ownership to model elements is relinquished.
|
OutOfDate | 2 |
Model is out of date.
|
VersionArchived | 3 |
Last central version merged into the local model has been archived in the central model.
|
See Also