Sets the additional reference elements for the failure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FailureMessage SetAdditionalElements(
ICollection<ElementId> additionalElements
)
Parameters
- additionalElements ICollection<ElementId>
-
The additional elements.
Return Value
FailureMessage
The FailureMessage.
Exceptions
Remarks
Additional elements are used to highlight additional information to the user. They are not
considered as causing the failure, but are related to it. User cannot delete them in extended error dialog.
See Also
Reference