IDuctPressureDropServer.GetHtmlDescription Method

IDuctPressureDropServerGetHtmlDescription Method

The method that Revit will invoke to get an HTML formatted description of the server.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
string GetHtmlDescription()
Function GetHtmlDescription As String
String^ GetHtmlDescription()
abstract GetHtmlDescription : unit -> string 

Return Value

String
The HTML format description of the server.
Remarks
The HTML description is used by Revit unless it is empty or the server is not available, in which case, Revit will use the plain text description from IExternalServer.GetDescription().
See Also