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: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
void InitCheck(
	Document document
)
Visual Basic
Sub InitCheck ( _
	document As Document _
)
Visual C++
void InitCheck(
	Document^ document
)

Parameters

document
Type: Autodesk.Revit.DB Document
Document for which performance problems are being checked.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →