Share

PerformanceAdviser.WillRuleCheckElements(Int32) Method

Reports if rule needs to be executed on individual elements.


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

Syntax

C#

public bool WillRuleCheckElements(
	int index
)

Parameters

index  Int32
The rule index to get information for.

Return Value

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

See Also

Reference

Was this information helpful?