Retrieves the default resolution type for the failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FailureResolutionType GetDefaultResolutionType()
Return Value
FailureResolutionTypeThe Default resolution type for the failure.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | FailureDefinition does not have any resolutions. |
