Revit 2025.3 API
External |
Returns Ids of all servers registered for the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<Guid> GetRegisteredServerIds()
Public Function GetRegisteredServerIds As IList(Of Guid)
public: IList<Guid>^ GetRegisteredServerIds()
member GetRegisteredServerIds : unit -> IList<Guid>
Return Value
IListGuidAn array of Ids of all registered servers. The array may be empty.
The list includes all registered servers regardless of whether they are currently active or not.
See Also