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: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public bool IsRegisteredServerId(
Guid serverId
) |
| Visual Basic |
|---|
Public Function IsRegisteredServerId ( _
serverId As Guid _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsRegisteredServerId(
Guid serverId
) |
Return Value
True if the specified server is currently registed for this service, false otherwise.
See Also