Skip to content

IPipePressureDropServer.GetHtmlDescription

Public Class

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

Namespace: Autodesk.Revit.DB.Plumbing

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

string GetHtmlDescription()

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().