Retrieves an id of a rule for a given index in the list.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PerformanceAdviserRuleId GetRuleId(
int index
)
Parameters
- index Int32
-
The index to retrieve the rule id for.
Return Value
PerformanceAdviserRuleId
The rule id.
Exceptions
See Also
Reference