Revit 2026 API
Performance |
Reports if rule needs to be executed on individual elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool WillRuleCheckElements( PerformanceAdviserRuleId id )
Public Function WillRuleCheckElements ( id As PerformanceAdviserRuleId ) As Boolean
public: bool WillRuleCheckElements( PerformanceAdviserRuleId^ id )
member WillRuleCheckElements : id : PerformanceAdviserRuleId -> bool
Parameters
- id PerformanceAdviserRuleId
- The rule id to get information for.
Return Value
BooleanTrue if rule needs to be executed on individual elements.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also