Share

IPerformanceAdviserRule.ExecuteElementCheck Method

Invoked by performance advisor for each element to be checked.


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

Syntax

C#

void ExecuteElementCheck(
	Document document,
	Element element
)

Parameters

document  Document
Document for which performance problems are being checked.
element  Element
The Element being checked for performance problems.

See Also

Reference

Was this information helpful?