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

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