Revit 2025.3 API
Performance |
Retrieves an id of a rule for a given index in the list.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PerformanceAdviserRuleId GetRuleId( int index )
Public Function GetRuleId ( index As Integer ) As PerformanceAdviserRuleId
public: PerformanceAdviserRuleId^ GetRuleId( int index )
member GetRuleId : index : int -> PerformanceAdviserRuleId
Parameters
- index Int32
- The index to retrieve the rule id for.
Return Value
PerformanceAdviserRuleIdThe rule id.

Exception | Condition |
---|---|
ArgumentException | The index is outside of acceptable range. |
See Also