<Code Lib>
2024 Method
Changes 4
M

FailureMessage.SetFailingElements

Description:
Sets elements that have caused the failure.
Remarks:
In the Revit error dialog these elements will be highlighted to the user and can be deleted by user via extended error dialog.

public FailureMessage SetFailingElements(
	ICollection<ElementId> idsToShow
)

  • ICollection<ElementId>
    idsToShow
    The elements that have caused the failure.
Return Value The FailureMessage. The FailureMessage.

Loading…