Revit 2026 API
Single |
Returns the Id of the currently active application-level server of the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid GetActiveServerId()
Public Function GetActiveServerId As Guid
public: Guid GetActiveServerId()
member GetActiveServerId : unit -> Guid
Return Value
GuidThe GUID of the active server, or an invalid GUID if there is no active server assigned.
See Also