Revit 2025.3 API
Performance |
Reports if rule needs to be executed on individual elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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