Share

FailureMessage.GetFailingElements Method

Retrieves list of the elements that have caused the failure.


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

Syntax

C#

public ICollection<ElementId> GetFailingElements()

Return Value

ICollection<ElementId>
The elements that have caused the failure.

See Also

Reference

Was this information helpful?