Share

PerformanceAdviser.GetElementFilterFromRule(Int32, Document) Method

Retrieves a filter to restrict elements to be checked.


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

Syntax

C#

public ElementFilter GetElementFilterFromRule(
	int index,
	Document document
)

Parameters

index  Int32
The rule index to get information for.
document  Document
Document for which performance problems are being checked.

Return Value

ElementFilter
The filter to restrict elements to be checked.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?