Sets 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 void SetDefaultResolutionType(
FailureResolutionType type
)
Parameters
- type FailureResolutionType
-
The type of resolution to be used as default.
Exceptions
Remarks
If failure has multiple resolutions, one of them is designated as designated as the default resolution. The default resolution
is used by Revit failure processing mechanism to resolve failures automatically when applicable.
See Also
Reference