Revit 2025.3 API
External |
Returns the Id of the default server if one was assigned to the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Guid GetDefaultServerId()
Public Function GetDefaultServerId As Guid
public: Guid GetDefaultServerId()
member GetDefaultServerId : unit -> Guid
Return Value
GuidThe GUID of the default server, or an invalid GUID if there is none assigned.

Only mandatory services have default servers assigned.
Only single-server and built-in multi-server services can currently be mandatory.
All other services that are optional don't have a default server.
See Also