Revit 2026 API
External |
Checks if the Id represents a valid server that has been registered for the service.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsRegisteredServerId( Guid serverId )
Public Function IsRegisteredServerId ( serverId As Guid ) As Boolean
public: bool IsRegisteredServerId( Guid serverId )
member IsRegisteredServerId : serverId : Guid -> bool
Parameters
- serverId Guid
- An Id of a server
Return Value
BooleanTrue if the specified server is currently registed for this service, false otherwise.
See Also