Revit 2026 API
IPerformance |
Retrieves the description of the rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
string GetDescription()
Function GetDescription As String
String^ GetDescription()
abstract GetDescription : unit -> string
Return Value
StringThe description of the rule.
Method should return a brief (one-two sentences) description of the rule. String should be localized.
See Also