Sets elements that have caused the failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FailureMessage SetFailingElements( ICollection<ElementId> idsToShow )
Parameters
- idsToShow ICollection<ElementId>
- The elements that have caused the failure.
Return Value
FailureMessageThe FailureMessage.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | This FailureMessage is already posted to a document |
