Retrieves the default resolution type for the failure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FailureResolutionType GetDefaultResolutionType()
Return Value
FailureResolutionType
The default resolution type for the failure.
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
The FailureDefinitionAccessor has not been properly initialized.
-or-
FailureDefinition does not have any resolutions.
|
See Also
Reference