<Code Lib>
2027 Method
Changes 5
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 FailureMessage The FailureMessage.

Loading…