Revit 2018 API |
PerformanceAdviser..::..GetRuleDescription Method (Int32) |
PerformanceAdviser Class See Also |
Retrieves the description of the rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2012
Syntax
C# |
---|
public string GetRuleDescription( int index ) |
Visual Basic |
---|
Public Function GetRuleDescription ( _ index As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetRuleDescription( int index ) |
Parameters
- index
- Type: System..::..Int32
The rule index to get information for.