Share

IPerformanceAdviserRule.InitCheck Method

Invoked by performance advisor once in the beginning of the check. If rule checks document as a whole, the check can be performed in this method.


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

Syntax

C#

void InitCheck(
	Document document
)

Parameters

document  Document
Document for which performance problems are being checked.

See Also

Reference

Was this information helpful?