Revit 2025 API
IExternal |
Implement this method to return the id of the server.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
Guid GetServerId()
Function GetServerId As Guid
Guid GetServerId()
abstract GetServerId : unit -> Guid
Return Value
GuidThe id of the server.

The Id must uniquely identify the external server
to the corresponding external service. It will be
an error when two servers with identical Ids try
to register for one external service.
See Also