Adds a performance adviser rule to the list of rules.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddRule(
PerformanceAdviserRuleId id,
IPerformanceAdviserRule rule
)
Parameters
- id PerformanceAdviserRuleId
-
An id of the rule to be added to the list of rules.
- rule IPerformanceAdviserRule
-
The rule to be added
Exceptions
See Also
Reference