Revit 2026 API
IExternal |
Implement this method to return the id of the vendor of the server.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
string GetVendorId()
Function GetVendorId As String
String^ GetVendorId()
abstract GetVendorId : unit -> string
Return Value
StringVendor Id of the server.

The Id is expected to be a string consisting of 4 characters.
See Also