Share

FailuresAccessor.GetSeverity Method

Provides access to the current failure severity.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FailureSeverity GetSeverity()

Return Value

FailureSeverity
The highest severity of a failure message currently posted in the document.

Exceptions

ExceptionCondition
InvalidOperationException This FailuresAccessor is inactive (is used outside of failures processing).

See Also

Reference

Was this information helpful?