Share

PerformanceAdviser.WillRuleCheckElements(PerformanceAdviserRuleId) Method

Reports if rule needs to be executed on individual elements.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool WillRuleCheckElements(
	PerformanceAdviserRuleId id
)

Parameters

id  PerformanceAdviserRuleId
The rule id to get information for.

Return Value

Boolean
True if rule needs to be executed on individual elements.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?