<Code Lib>
2026 Method
Changes 7
M

LabelUtils.GetFailureSeverityName

Description:
Gets the user-visible name for the Severity of a Warning
Remarks:
The name is obtained in the current Revit language.

public static string GetFailureSeverityName(
	FailureSeverity failureSeverity
)

Return Value String Returns the user-visible name for the Severity of a Warning.

Loading…