IPerformanceAdviserRuleGetDescription Method |
Retrieves the description of the rule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxFunction GetDescription As String
abstract GetDescription : unit -> string
Return Value
String
The description of the rule.
Remarks
Method should return a brief (one-two sentences) description of the rule. String should be localized.
See Also