Revit 2026 API
Failure |
Checks if the given resolution type is applicable to the failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsResolutionApplicable( FailureResolutionType type )
Public Function IsResolutionApplicable ( type As FailureResolutionType ) As Boolean
public: bool IsResolutionApplicable( FailureResolutionType type )
member IsResolutionApplicable : type : FailureResolutionType -> bool
Parameters
- type FailureResolutionType
- The resolution type to check.
Return Value
BooleanTrue if the given resolution type is applicable to the failure, false otherwise.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also