GetDefaultResolutionType Method


Failure Definition Get Default Resolution Type Method

Retrieves the default resolution type for the failure.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FailureResolutionType GetDefaultResolutionType()

Return Value

FailureResolutionType
The Default resolution type for the failure.
Exceptions
Exception Condition
InvalidOperationException FailureDefinition does not have any resolutions.
See Also