FailureMessage.SetFailingElements
Description:
Sets elements that have caused the failure.
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.
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>idsToShowThe elements that have caused the failure.
-
A non-optional argument was null
-
This FailureMessage is already posted to a document