Deletes a performance adviser rule from the list of rules.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void DeleteRule( PerformanceAdviserRuleId id )
Parameters
- id PerformanceAdviserRuleId
- An id of the rule to be deleted from the list of rules.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |