IPerformanceAdviserRuleGetDescription Method

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

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