ServerChangeCause Enumeration |
Indicates the cause for the active server to be changed
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ServerChangeCause
Public Enumeration ServerChangeCause
public enum class ServerChangeCause
MembersMember name | Value | Description |
---|
ImposedChange | 0 |
The active server is being changed as a result of other operations in Revit.
|
UserChange | 1 |
The change of the active server has been explicitly requested by the end user.
|
See Also