ServerChangeCause Enumeration

Indicates the cause for the active server to be changed

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ServerChangeCause
Members
Member nameValueDescription
ImposedChange0 The active server is being changed as a result of other operations in Revit.
UserChange1 The change of the active server has been explicitly requested by the end user.
See Also