Revit 2026 API
External |
Indicates the number of servers currently registered with the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int NumberOfServers { get; }
Public ReadOnly Property NumberOfServers As Integer Get
public: property int NumberOfServers { int get (); }
member NumberOfServers : int with get
Property Value
Int32
This is the muber of all registered servers, not just of the ones that are currently active.
See Also