FailuresAccessorDeleteAllWarnings Method |
Deletes all FailureMessages of severity "Warning" currently posted in a document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void DeleteAllWarnings()
Public Sub DeleteAllWarnings
public:
void DeleteAllWarnings()
member DeleteAllWarnings : unit -> unit
Exceptions
Remarks
Warnings are deleted immediately and will not be accessible by any further failures processing.
Any accessors for these failure messages become invalid.
See Also