IExternalServerGetVendorId Method

Implement this method to return the id of the vendor of the server.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
string GetVendorId()

Return Value

String
Vendor Id of the server.
Remarks
The Id is expected to be a string consisting of 4 characters.
See Also