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