Revit 2025.3 API
IPipe |
Returns the Id of the corresponding DB server for which this server provides an optional UI.
Namespace: Autodesk.Revit.UI.Plumbing
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
Guid GetDBServerId()
Function GetDBServerId As Guid
Guid GetDBServerId()
abstract GetDBServerId : unit -> Guid
Return Value
GuidThe Id of the DB server.
Note that there may be only one UI server assigned to a DB calculation server.
See Also