Revit 2025 API
IExternal |
The method that Revit will invoke to obtain a URL address which provides more information about the server.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
string GetInformationLink()
Function GetInformationLink As String
String^ GetInformationLink()
abstract GetInformationLink : unit -> string
Return Value
StringThe URL providing server information.
See Also