Share

PerformanceAdviser.DeleteRule Method

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?